ManagementGroup.TaskRuntime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the tasks management interface
public:
property Microsoft::EnterpriseManagement::Runtime::ITaskRuntimeManagement ^ TaskRuntime { Microsoft::EnterpriseManagement::Runtime::ITaskRuntimeManagement ^ get(); };
public Microsoft.EnterpriseManagement.Runtime.ITaskRuntimeManagement TaskRuntime { get; }
member this.TaskRuntime : Microsoft.EnterpriseManagement.Runtime.ITaskRuntimeManagement
Public ReadOnly Property TaskRuntime As ITaskRuntimeManagement
Property Value
Returns ITaskRuntimeManagement.
Remarks
You can useITaskRuntimeManagementto execute runtime tasks.