C-DEngine 5.105

nmiDashboardTile..::..FriendlyName Property

Describes the screen for the ScreenPicker

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

Syntax


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