CategoriesCategoryIds Property |
Gets or sets the list of category identifiers.
Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic IList<NamedBit> CategoryIds { get; set; }
Public Property CategoryIds As IList(Of NamedBit)
Get
Set
Dim instance As Categories
Dim value As IList(Of NamedBit)
value = instance.CategoryIds
instance.CategoryIds = value
public:
property IList<NamedBit^>^ CategoryIds {
IList<NamedBit^>^ get ();
void set (IList<NamedBit^>^ value);
}
member CategoryIds : IList<NamedBit> with get, set
Property Value
IListNamedBit
See Also