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