C-DEngine 5.105

aCDESetting..::..IsHidden Property

If true, the setting will not be displayed as a password in the NMI and hidden in logs and will not be added to MyCmdArgs

Namespace:  nsCDEngine.Interfaces
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public bool IsHidden { get; set; }
Public Property IsHidden As Boolean
	Get
	Set
public:
property bool^ IsHidden {
	bool^ get ();
	void set (bool^ value);
}