JsonConfEditorAttributeHelpTextResourceId Property |
Same as the help text but a localizable resource id instead of hard coded text. Both can be
specified but the resource based text is used in the first place.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic string HelpTextResourceId { get; set; }
Public Property HelpTextResourceId As String
Get
Set
public:
property String^ HelpTextResourceId {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also