C-DEngine 5.105

TheHistoryParameters..::..ReportInitialValues Property

If true, the current values for the properties at the time of registration will be returned before any property updates

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

Syntax


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