ManagementPackTask.WriteAction Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets or sets the write action.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim instance As ManagementPackTask
Dim value As ManagementPackWriteActionModule
value = instance.WriteAction
instance.WriteAction = value
Syntax
'Declaration
Public Property WriteAction As ManagementPackWriteActionModule
public ManagementPackWriteActionModule WriteAction { get; set; }
public:
property ManagementPackWriteActionModule^ WriteAction {
ManagementPackWriteActionModule^ get ();
void set (ManagementPackWriteActionModule^ value);
}
/** @property */
public ManagementPackWriteActionModule get_WriteAction ()
/** @property */
public void set_WriteAction (ManagementPackWriteActionModule value)
public function get WriteAction () : ManagementPackWriteActionModule
public function set WriteAction (value : 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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
ManagementPackTask Class
ManagementPackTask Members
Microsoft.EnterpriseManagement.Configuration Namespace