Share via


AzureError.Code Property

 

Optional. Gets or sets an identifier for the error. Codes are invariant and are intended to be consumed programmatically.

Namespace:   Microsoft.Azure.Batch.Protocol.Models
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Syntax

public string Code { get; set; }
public:
property String^ Code {
    String^ get();
    void set(String^ value);
}
member Code : string with get, set
Public Property Code As String

Property Value

Type: System.String

See Also

AzureError Class
Microsoft.Azure.Batch.Protocol.Models Namespace

Return to top