C-DEngine 5.105

TheThingReference..::..PropertiesToMatch Property

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

Syntax


public Dictionary<string, Object> PropertiesToMatch { get; set; }
Public Property PropertiesToMatch As Dictionary(Of String, Object)
	Get
	Set
public:
property Dictionary<String^, Object^>^ PropertiesToMatch {
	Dictionary<String^, Object^>^ get ();
	void set (Dictionary<String^, Object^>^ value);
}