VariantionSyntax Property |
Gets or sets the syntax type of the variation.
Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic ISmiType Syntax { get; set; }
Public Property Syntax As ISmiType
Get
Set
Dim instance As Variantion
Dim value As ISmiType
value = instance.Syntax
instance.Syntax = value
public:
property ISmiType^ Syntax {
ISmiType^ get ();
void set (ISmiType^ value);
}
member Syntax : ISmiType with get, set
Property Value
ISmiType
See Also