TextualConventionMacroBaseType 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:
virtual property ISmiType^ BaseType {
ISmiType^ get () sealed;
void set (ISmiType^ value) sealed;
}
abstract BaseType : ISmiType with get, set
override BaseType : ISmiType with get, set
Property Value
Type:
ISmiType
See Also