C-DEngine 5.105

TheThingSubscription..::..SamplingWindow Property

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

Syntax


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