DashboardQueryinmydataQueryPush Property |
|
DataPA OpenAnalytics API Reference
Gets and sets an inmydata dashboard query push class for this dashboard query
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public inmydataQueryPush inmydataQueryPush { get; set; }
Public Property inmydataQueryPush As inmydataQueryPush
Get
Set
public:
virtual property inmydataQueryPush^ inmydataQueryPush {
inmydataQueryPush^ get () sealed;
void set (inmydataQueryPush^ value) sealed;
}
function get_inmydataQueryPush();
function set_inmydataQueryPush(value);
Property Value
Type:
inmydataQueryPushAn inmydata dashboard query push class for this dashboard query
Return Value
Type:
inmydataQueryPushAn inmydata dashboard query push class for this dashboard query
Remarks See Also