C-DEngine 5.105

TheServiceHostInfo..::..AllowRemoteThingCreation Property

If set to true, plug-ins on trusted nodes can create things on this nodes via TSM messages

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

Syntax


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