Gets description of the property. Usually the full user-friendly description or explanation of the property.

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

Syntax

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

Property Value

Type: String
The description.

See Also