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