TextualConventionMacroDisplayHint Property |
Gets or sets the display hint for the textual convention.
Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic string DisplayHint { get; }
Public ReadOnly Property DisplayHint As String
Get
Dim instance As TextualConventionMacro
Dim value As String
value = instance.DisplayHint
public:
property String^ DisplayHint {
String^ get ();
}
member DisplayHint : string with get
Property Value
String
See Also