C-DEngine 5.105

TheServiceHostInfo..::..ResourcePath Property

Path for JavaScript resources if Engine is embedded in other cloud solution

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

Syntax


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