ObjectTypeMacroDefaultValueBits Property |
Gets or sets the default value bits.
Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic IList<string> DefaultValueBits { get; }
Public ReadOnly Property DefaultValueBits As IList(Of String)
Get
Dim instance As ObjectTypeMacro
Dim value As IList(Of String)
value = instance.DefaultValueBits
public:
property IList<String^>^ DefaultValueBits {
IList<String^>^ get ();
}
member DefaultValueBits : IList<string> with get
Property Value
IListString
The default value bits.
See Also