Variantion.DefaultValueIdentifiers Property |
Gets or sets the list of default value identifiers.
Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic IList<string> DefaultValueIdentifiers { get; set; }
Public Property DefaultValueIdentifiers As IList(Of String)
Get
Set
Dim instance As Variantion
Dim value As IList(Of String)
value = instance.DefaultValueIdentifiers
instance.DefaultValueIdentifiers = value
public:
property IList<String^>^ DefaultValueIdentifiers {
IList<String^>^ get ();
void set (IList<String^>^ value);
}
member DefaultValueIdentifiers : IList<string> with get, set
Property Value
IList<String>
See Also