C-DEngine 5.105

TheServiceHostInfo..::..MyAppPresenter Property

should contain "companyXYZ presents..." Will be printed on Default about us pages

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

Syntax


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