Gets or sets a list of fields that should be always hidden.

Namespace: MonoSoftware.MonoX.ModuleGallery
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public List<string> HiddenFields { get; }
Visual Basic
Public ReadOnly Property HiddenFields As List(Of String)
	Get
Visual C++
public:
property List<String^>^ HiddenFields {
	List<String^>^ get ();
}
F#
member HiddenFields : List<string> with get

Property Value

Type: List<(Of <(<'String>)>)>

See Also