DefinitionTextualForms Property |
Returns the textual forms.
Namespace:
Lextm.SharpSnmpPro.Mib.Registry
Assembly:
SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntaxpublic ICollection<string> TextualForms { get; }
Public ReadOnly Property TextualForms As ICollection(Of String)
Get
public:
property ICollection<String^>^ TextualForms {
ICollection<String^>^ get ();
}
member TextualForms : ICollection<string> with get
Property Value
Type:
ICollectionString
See Also