JsonConfEditorAttributeOptions Property |
Additional options to pass to the editor. Specified in json.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic string Options { get; set; }
Public Property Options As String
Get
Set
public:
property String^ Options {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also