C-DEngine 5.105

nmiDashboardTile..::..CategoryClassName Property

Allows to overwrite the category classname (default "cdeTiles") with any other class

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

Syntax


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