DashboardObjectTask Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the task used by this object to generate XML in the background.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Task Task { get; set; }
Public Property Task As Task
Get
Set
public:
virtual property Task^ Task {
Task^ get () sealed;
void set (Task^ value) sealed;
}
function get_Task();
function set_Task(value);
Property Value
Type:
TaskThe task used by this object to generate XML in the background.
Return Value
Type:
TaskThe task used by this object to generate XML in the background.
Remarks See Also