C-DEngine 5.105

TheThingSubscription..::..ReplaceExistingThing Property

Replace any existing entries of ThingMID in the server's list of things. Used for simple cases where exactly one thing is to be exposed in the server (avoids creating/maintaining a cdeMID for the entry).

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

Syntax


public Nullable<bool> ReplaceExistingThing { get; set; }
Public Property ReplaceExistingThing As Nullable(Of Boolean)
	Get
	Set
public:
property Nullable<bool^> ReplaceExistingThing {
	Nullable<bool^> get ();
	void set (Nullable<bool^> value);
}