BitsTypeNamedBits Property |
Gets or sets the list of named bits for this BITS type.
Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic IList<NamedBit> NamedBits { get; set; }
Public Property NamedBits As IList(Of NamedBit)
Get
Set
Dim instance As BitsType
Dim value As IList(Of NamedBit)
value = instance.NamedBits
instance.NamedBits = value
public:
property IList<NamedBit^>^ NamedBits {
IList<NamedBit^>^ get ();
void set (IList<NamedBit^>^ value);
}
member NamedBits : IList<NamedBit> with get, set
Property Value
IListNamedBit
See Also