C-DEngine 5.105

TheThingSubscription..::..MaxHistoryTime Property

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

Syntax


public Nullable<uint> MaxHistoryTime { get; set; }
Public Property MaxHistoryTime As Nullable(Of UInteger)
	Get
	Set
public:
property Nullable<unsigned int^> MaxHistoryTime {
	Nullable<unsigned int^> get ();
	void set (Nullable<unsigned int^> value);
}