SearchResultAlternativeText Property |
Gets the alternative textual form.
Namespace: Lextm.SharpSnmpPro.Mib.RegistryAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic string AlternativeText { get; }
Public ReadOnly Property AlternativeText As String
Get
Dim instance As SearchResult
Dim value As String
value = instance.AlternativeText
public:
property String^ AlternativeText {
String^ get ();
}
member AlternativeText : string with get
Property Value
String
See Also