ObjectTypeMacroDefaultValueBits Property |
Gets or sets the default value bits.
Namespace:
Lextm.SharpSnmpPro.Mib
Assembly:
SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntaxpublic IList<string> DefaultValueBits { get; }
Public ReadOnly Property DefaultValueBits As IList(Of String)
Get
public:
property IList<String^>^ DefaultValueBits {
IList<String^>^ get ();
}
member DefaultValueBits : IList<string> with get
Property Value
Type:
IListString
The default value bits.
See Also