C-DEngine 5.105

TheServiceHostInfo..::..ISMUpdateDirectory Property

Specifies a specific directory to look for updates. Default is: BaseDirectory/ClientBin/Updates

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

Syntax


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