C-DEngine 5.105

MsgSubscribeSensors<(Of <(<'T>)>)>..::..ReplaceAll Property

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

Syntax


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