C-DEngine 5.105

nmiDashboard..::..SideBarTitle Property

Sets a custom name for the new Sidebar

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

Syntax


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