IObjectTypeMacroResolvedSyntax Property |
Gets the resolved syntax.
Namespace:
Lextm.SharpSnmpPro.Mib
Assembly:
SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
SyntaxISmiType ResolvedSyntax { get; }
ReadOnly Property ResolvedSyntax As ISmiType
Get
property ISmiType^ ResolvedSyntax {
ISmiType^ get ();
}
abstract ResolvedSyntax : ISmiType with get
Property Value
Type:
ISmiType
The resolved syntax.
See Also