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

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

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