DefinitionTextualForms Property |
Returns the textual forms.
Namespace: Lextm.SharpSnmpPro.Mib.RegistryAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic ICollection<string> TextualForms { get; }
Public ReadOnly Property TextualForms As ICollection(Of String)
Get
Dim instance As Definition
Dim value As ICollection(Of String)
value = instance.TextualForms
public:
property ICollection<String^>^ TextualForms {
ICollection<String^>^ get ();
}
member TextualForms : ICollection<string> with get
Property Value
ICollectionString
See Also