Share via


UserTask.Task Property

Definition

Gets or sets the associated task.

public:
 property Microsoft::EnterpriseManagement::Configuration::ManagementPackTask ^ Task { Microsoft::EnterpriseManagement::Configuration::ManagementPackTask ^ get(); void set(Microsoft::EnterpriseManagement::Configuration::ManagementPackTask ^ value); };
public Microsoft.EnterpriseManagement.Configuration.ManagementPackTask Task { get; set; }
member this.Task : Microsoft.EnterpriseManagement.Configuration.ManagementPackTask with get, set
Public Property Task As ManagementPackTask

Property Value

Returns ManagementPackTask.

The associated task.

Applies to