C-DEngine 5.105

nmiDashboard..::..Format Property

Allows to set a format for the caption of the Button in the main Dashboard

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

Syntax


public string Format { get; set; }
Public Property Format As String
	Get
	Set
public:
property String^ Format {
	String^ get ();
	void set (String^ value);
}