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; set; }
Visual Basic
Public Property HiddenFields As List(Of String)
	Get
	Set
Visual C++
public:
property List<String^>^ HiddenFields {
	List<String^>^ get ();
	void set (List<String^>^ value);
}
F#
member HiddenFields : List<string> with get, set

Property Value

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

See Also