C-DEngine 5.105

TheServiceHostInfo..::..AllowAutoUpdate Property

If true, remote nodes can force an automatic update of this node

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

Syntax


public bool AllowAutoUpdate { get; set; }
Public Property AllowAutoUpdate As Boolean
	Get
	Set
public:
property bool^ AllowAutoUpdate {
	bool^ get ();
	void set (bool^ value);
}