JsonConfEditorAttributeHelpText Property |
A short text for the member or type so users understand it's purpose, how/when to use it, etc...
May be displayed as a tool tip or in other context specific places.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic string HelpText { get; set; }
Public Property HelpText As String
Get
Set
public:
property String^ HelpText {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also