Gets or sets the object type macro associated with the AUGMENTS clause.
Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic ObjectTypeMacro Type { get; }
Public ReadOnly Property Type As ObjectTypeMacro
Get
Dim instance As Augments
Dim value As ObjectTypeMacro
value = instance.Type
public:
property ObjectTypeMacro^ Type {
ObjectTypeMacro^ get ();
}
member Type : ObjectTypeMacro with get
Property Value
ObjectTypeMacro
See Also