CategoriesCategoryIds Property |
Namespace:
Lextm.SharpSnmpPro.Mib
Assembly:
SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntaxpublic IList<NamedBit> CategoryIds { get; set; }
Public Property CategoryIds As IList(Of NamedBit)
Get
Set
public:
property IList<NamedBit^>^ CategoryIds {
IList<NamedBit^>^ get ();
void set (IList<NamedBit^>^ value);
}
member CategoryIds : IList<NamedBit> with get, set
Property Value
Type:
IListNamedBit
See Also