Gets a string identifier of the data field. This identifier must be unique across the IDataAccessor.

Namespace: Dapfor.Wpf.Data
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
string Id { get; }
Visual Basic
ReadOnly Property Id As String
	Get
Visual C++
property String^ Id {
	String^ get ();
}
F#
abstract Id : string with get

Property Value

Type: String
The id.

See Also