See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Get or set the data member of the data item that is provided in the Execute event.

Namespace: NTier.Actions
Assembly: NTier.Actions (in NTier.Actions.dll) Version: 1.0.0.0

Syntax

C#
public string ItemBindingPath { get; set; }
Visual Basic
Public Property ItemBindingPath As String
	Get
	Set
Visual C++
public:
property String^ ItemBindingPath {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: String

See Also