FullQualifiedValueValues Property |
Namespace:
Lextm.SharpSnmpPro.Mib
Assembly:
SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntaxpublic IList<string> Values { get; }
Public ReadOnly Property Values As IList(Of String)
Get
public:
property IList<String^>^ Values {
IList<String^>^ get ();
}
member Values : IList<string> with get
Property Value
Type:
IListString
See Also