C-DEngine 5.105

TheServiceHostInfo..::..AllowRemoteAdministration Property

If set to true, many administrative operations can be performed from any FR in the mesh, not just from the FR that is to be managed ("FirstNode").

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

Syntax


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