C-DEngine 5.105

nmiDashboard..::..ForceLoad Property

Forces the Dashboard to be loaded on initial MetaLoad

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

Syntax


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