AzureErrorDetail.Value Property

 

Optional. Gets or sets the additional information included with the error response.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top