Share via


WebSiteOperationStatusResponse.Errors Property

Optional. The list of errors that occurred during the operation.

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

Usage

'Usage
Dim instance As WebSiteOperationStatusResponse
Dim value As IList(Of Error)

value = instance.Errors

instance.Errors = value

Syntax

'Declaration
Public Property Errors As IList(Of Error)
public IList<Error> Errors { get; set; }
public:
property IList<Error^>^ Errors {
    IList<Error^>^ get ();
    void set (IList<Error^>^ value);
}
/** @property */
public IList<Error> get_Errors ()

/** @property */
public void set_Errors (IList<Error> value)
public function get Errors () : IList<Error>

public function set Errors (value : IList<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

WebSiteOperationStatusResponse Class
WebSiteOperationStatusResponse Members
Microsoft.WindowsAzure.Management.WebSites.Models Namespace