Gets the list of exported symbol names.
Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic IList<string> Symbols { get; }
Public ReadOnly Property Symbols As IList(Of String)
Get
Dim instance As Exports
Dim value As IList(Of String)
value = instance.Symbols
public:
property IList<String^>^ Symbols {
IList<String^>^ get ();
}
member Symbols : IList<string> with get
Property Value
IListString
See Also