Share via


ResultObjectBase.AsyncOperationData Property

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

'Usage
Dim instance As ResultObjectBase
Dim value As AsyncOperationDatabase

value = instance.AsyncOperationData

instance.AsyncOperationData = value

Syntax

'Declaration
Public Property AsyncOperationData As AsyncOperationDatabase
public AsyncOperationDatabase AsyncOperationData { get; set; }
public:
property AsyncOperationDatabase^ AsyncOperationData {
    AsyncOperationDatabase^ get ();
    void set (AsyncOperationDatabase^ value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public AsyncOperationDatabase get_AsyncOperationData ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_AsyncOperationData (AsyncOperationDatabase value)
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

Reference

ResultObjectBase Class
ResultObjectBase Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace
AsyncOperationDatabase Class