C-DEngine 5.105

nmiDashboard..::..HideShowAll Property

Hides the Show All button in the dashboard

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

Syntax


public Nullable<bool> HideShowAll { get; set; }
Public Property HideShowAll As Nullable(Of Boolean)
	Get
	Set
public:
property Nullable<bool^> HideShowAll {
	Nullable<bool^> get ();
	void set (Nullable<bool^> value);
}