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