Share via


ComputeOperationStatusResponse.Error Property

Gets or sets an ErrorDetails object that contains the error that is associated with the response.

Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Usage

'Usage
Dim instance As ComputeOperationStatusResponse
Dim value As ErrorDetails

value = instance.Error

instance.Error = value

Syntax

'Declaration
Public Property Error As ErrorDetails
public ErrorDetails Error { get; set; }
public:
property ErrorDetails^ Error {
    ErrorDetails^ get ();
    void set (ErrorDetails^ value);
}
/** @property */
public ErrorDetails get_Error ()

/** @property */
public void set_Error (ErrorDetails value)
public function get Error () : ErrorDetails

public function set Error (value : ErrorDetails)

Property Value

An ErrorDetails object that contains the error.

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 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

ComputeOperationStatusResponse Class
ComputeOperationStatusResponse Members
Microsoft.WindowsAzure.Management.Compute.Models Namespace