C-DEngine 5.105

nmiCtrlThingPicker..::..PropertyTarget Property

If this is set to another property of the Thing, the ThingPicker will show available properties and allows to pick thing + property in one swoop

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

Syntax


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