JsonConfEditorAttributeLabel Property |
The human readable name to show for this value.
If not specified, the member or type name will be shown.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic string Label { get; set; }
Public Property Label As String
Get
Set
public:
property String^ Label {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also