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