FieldDescription Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a description for this field.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string Description { get; set; }
Public Property Description As String
Get
Set
public:
virtual property String^ Description {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_Description();
function set_Description(value);
Property Value
Type:
StringA description for this field.
Return Value
Type:
StringA description for this field.
Remarks See Also