SequenceTypeBaseType Property |
Namespace:
Lextm.SharpSnmpPro.Mib
Assembly:
SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntaxpublic ISmiType BaseType { get; set; }
Public Property BaseType As ISmiType
Get
Set
public:
property ISmiType^ BaseType {
ISmiType^ get ();
void set (ISmiType^ value);
}
member BaseType : ISmiType with get, set
Property Value
Type:
ISmiType
See Also