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