Share via


ManagementPackTask.WriteAction Property

Definition

Gets or sets the write action.

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

Property Value

A ManagementPackWriteActionModule object.

The write action.

Remarks

A write action is used when the task can change the state of an application.

Applies to