C-DEngine 5.105

TheServiceHostInfo..::..MyAppServices Property

RETIRED in V4: will be replaced in V5. Use MyLiveServices instead

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

Syntax


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