EnterpriseManagementGroup.TaskConfiguration Property

Definition

Gets the tasks configuration management interface.

public:
 property Microsoft::EnterpriseManagement::ITaskConfigurationManagement ^ TaskConfiguration { Microsoft::EnterpriseManagement::ITaskConfigurationManagement ^ get(); };
public Microsoft.EnterpriseManagement.ITaskConfigurationManagement TaskConfiguration { get; }
member this.TaskConfiguration : Microsoft.EnterpriseManagement.ITaskConfigurationManagement
Public ReadOnly Property TaskConfiguration As ITaskConfigurationManagement

Property Value

The task configuration management interface object.

Remarks

You can use ITaskConfigurationManagement to retrieve runtime and console tasks from the system.

Applies to