JsonConfEditorAttributeHidden Property |
Used to prevent a value/key from appearing in the editor. If specified on an object (complex type),
none of it's children will be visible.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic bool Hidden { get; set; }
Public Property Hidden As Boolean
Get
Set
public:
property bool Hidden {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also