Gets the description of the property. Usually the full user-friendly description or explanation of the property.
Namespace: Dapfor.Wpf.DataAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
| C# |
|---|
public string Description { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Description As String
Get |
| Visual C++ |
|---|
public:
virtual property String^ Description {
String^ get () sealed;
} |
| F# |
|---|
abstract Description : string with get
override Description : string with get |
Property Value
Type:
StringThe description.
Implements
IDataField..::..Description
See Also