ObjectTypeMacroPibIndex Property |
Gets or sets the index of the pib.
Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic ISmiValue PibIndex { get; set; }
Public Property PibIndex As ISmiValue
Get
Set
Dim instance As ObjectTypeMacro
Dim value As ISmiValue
value = instance.PibIndex
instance.PibIndex = value
public:
property ISmiValue^ PibIndex {
ISmiValue^ get ();
void set (ISmiValue^ value);
}
member PibIndex : ISmiValue with get, set
Property Value
ISmiValue
The index of the pib.
See Also