Gets or sets the asynchronous operation data for the result object base. Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As ResultObjectBase
Dim value As AsyncOperationDatabase

value = instance.AsyncOperationData

instance.AsyncOperationData = value

Syntax

Visual Basic
Public Property AsyncOperationData As AsyncOperationDatabase
C#
public AsyncOperationDatabase AsyncOperationData { get; set; }
C++
public:
property AsyncOperationDatabase^ AsyncOperationData {
		AsyncOperationDatabase^ get ();
		void set (AsyncOperationDatabase^ value);
}
J#
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public AsyncOperationDatabase get_AsyncOperationData ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_AsyncOperationData (AsyncOperationDatabase value)
JScript
DebuggerStepThroughAttribute 
public function get AsyncOperationData () : AsyncOperationDatabase

DebuggerStepThroughAttribute 
public function set AsyncOperationData (value : AsyncOperationDatabase)

Property Value

AsyncOperationDatabase 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 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also