C-DEngine 5.105

nmiDashboardTile..::..SubTitle Property

Sets a subtitle to a dashicon

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

Syntax


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