C-DEngine 5.105

TheThingSubscription..::..ForceAllProperties Property

If the thing supports the sensor model, only sensors will be consumed (unless otherwise filtered out, i.e. PropertiesToExclude). This flag forces all properties to be considered, not just sensors

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

Syntax


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