ObjectGroupMacroObjects Property |
Gets the objects.
Namespace:
Lextm.SharpSnmpPro.Mib
Assembly:
SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntaxpublic IList<ISmiValue> Objects { get; }
Public ReadOnly Property Objects As IList(Of ISmiValue)
Get
public:
property IList<ISmiValue^>^ Objects {
IList<ISmiValue^>^ get ();
}
member Objects : IList<ISmiValue> with get
Property Value
Type:
IListISmiValue
The objects.
See Also