C-DEngine 5.105

nmiCtrlThingPicker..::..Filter Property

Allows to specify a filter for the ThingPicker PropertyName=Value. The value will be interpreted as "startswith"

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

Syntax


public string Filter { get; set; }
Public Property Filter As String
	Get
	Set
public:
property String^ Filter {
	String^ get ();
	void set (String^ value);
}