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