Gets or sets a write action module definition that is executed. If a condition detection is specified, then the write action will only be executed if the data passes through the condition detection module. Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim instance As ManagementPackRecovery
Dim value As ManagementPackWriteActionModule

value = instance.WriteAction

instance.WriteAction = value

Syntax

Visual Basic
Public Property WriteAction As ManagementPackWriteActionModule
C#
public ManagementPackWriteActionModule WriteAction { get; set; }
C++
public:
property ManagementPackWriteActionModule^ WriteAction {
		ManagementPackWriteActionModule^ get ();
		void set (ManagementPackWriteActionModule^ value);
}
J#
/** @property */
public ManagementPackWriteActionModule get_WriteAction ()

/** @property */
public void set_WriteAction (ManagementPackWriteActionModule value)
JScript
public function get WriteAction () : ManagementPackWriteActionModule

public function set WriteAction (value : ManagementPackWriteActionModule)

Property Value

A ManagementPackWriteActionModule object.

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 Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also