C-DEngine 5.105

TheServiceHostInfo..::..ServiceRoute Property

Url and Path to a designated next node with the same ApplicationID. This can point to multiple nodes by separating the URLs with a semicolon (;)

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

Syntax


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