IObjectTypeMacroResolvedSyntax Property |
Gets the resolved syntax.
Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
SyntaxISmiType ResolvedSyntax { get; }
ReadOnly Property ResolvedSyntax As ISmiType
Get
Dim instance As IObjectTypeMacro
Dim value As ISmiType
value = instance.ResolvedSyntax
property ISmiType^ ResolvedSyntax {
ISmiType^ get ();
}
abstract ResolvedSyntax : ISmiType with get
Property Value
ISmiType
The resolved syntax.
See Also