Click or drag to resize

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
Syntax
public bool Hidden { get; set; }

Property Value

Type: Boolean
See Also