UserTask.Task 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 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.