PushQueryResultstoinmydataEventArgsQueryID Property |
|
DataPA OpenAnalytics API Reference
Gets or sets a value that is the query id of the query whose results should published to inmydata
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string QueryID { get; set; }
Public Property QueryID As String
Get
Set
public:
property String^ QueryID {
String^ get ();
void set (String^ value);
}
function get_QueryID();
function set_QueryID(value);
Property Value
Type:
StringA value that is the query id of the query whose results should published to inmydata
Return Value
Type:
StringA value that isthe query id of the query whose results should published to inmydata
Remarks See Also