Gets the description of the property. Usually the full user-friendly description or explanation of the property.
Namespace: Dapfor.Net.DataAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
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