Namespace:
Lextm.SharpSnmpPro.Mib
Assembly:
SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntaxpublic IList<ISmiValue> Values { get; set; }
Public Property Values As IList(Of ISmiValue)
Get
Set
public:
property IList<ISmiValue^>^ Values {
IList<ISmiValue^>^ get ();
void set (IList<ISmiValue^>^ value);
}
member Values : IList<ISmiValue> with get, set
Property Value
Type:
IListISmiValue
See Also