Gets user-friendly name, the property is displayed with. Usually is has a short form to display in columns.

Namespace: Dapfor.Net.Data
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

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

Property Value

Type: String
The display name.

See Also