C-DEngine 5.105

TheServiceHostInfo..::..CloudServiceRoute Property

RETIRED in V4: LocalServiceRoutes and CloudServiceRoutes will be mapped to ServiceRoute - no differnce between Cloud and Local route in V4 Entry will be removed in V5

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

Syntax


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