Gets or sets the symbols to import.
Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic IEnumerable<Symbol> Symbols { get; set; }
Public Property Symbols As IEnumerable(Of Symbol)
Get
Set
Dim instance As Import
Dim value As IEnumerable(Of Symbol)
value = instance.Symbols
instance.Symbols = value
public:
property IEnumerable<Symbol^>^ Symbols {
IEnumerable<Symbol^>^ get ();
void set (IEnumerable<Symbol^>^ value);
}
member Symbols : IEnumerable<Symbol> with get, set
Property Value
IEnumerableSymbol
The symbols.
See Also