ObjectTypeMacroPibIndex Property |
Gets or sets the index of the pib.
Namespace:
Lextm.SharpSnmpPro.Mib
Assembly:
SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntaxpublic ISmiValue PibIndex { get; set; }
Public Property PibIndex As ISmiValue
Get
Set
public:
property ISmiValue^ PibIndex {
ISmiValue^ get ();
void set (ISmiValue^ value);
}
member PibIndex : ISmiValue with get, set
Property Value
Type:
ISmiValue
The index of the pib.
See Also