Options to be assigned to the top level item loaded with this schema.
Namespace:
MFiles.VAF.Configuration.JsonEditor
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic Dictionary<string, Object> Options { get; set; }
Public Property Options As Dictionary(Of String, Object)
Get
Set
public:
property Dictionary<String^, Object^>^ Options {
Dictionary<String^, Object^>^ get ();
void set (Dictionary<String^, Object^>^ value);
}
Property Value
Type:
DictionaryString,
Object
See Also