C-DEngine 5.105

TheServiceHostInfo..::..ApplicationTitle Property

Application title for the Portal screen - this can be any arbitrary string

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

Syntax


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