FullQualifiedValueValues Property |
Gets the list of parts that make up the fully qualified value.
Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic IList<string> Values { get; }
Public ReadOnly Property Values As IList(Of String)
Get
Dim instance As FullQualifiedValue
Dim value As IList(Of String)
value = instance.Values
public:
property IList<String^>^ Values {
IList<String^>^ get ();
}
member Values : IList<string> with get
Property Value
IListString
See Also