Share via


GatewayGetOperationStatusResponse.Error Property

Gets or sets an ErrorDetails object that provides information about a failed operation.

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

Usage

'Usage
Dim instance As GatewayGetOperationStatusResponse
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.

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 and Windows Server 2008

Target Platforms

See Also

Reference

GatewayGetOperationStatusResponse Class
GatewayGetOperationStatusResponse Members
Microsoft.WindowsAzure.Management.VirtualNetworks.Models Namespace