AzureErrorDetail.Value Property
Gets the additional information included with the AzureError.
Namespace: Microsoft.Azure.Batch
Assembly: Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)
Syntax
public string Value { get; private set; }
public:
property String^ Value {
String^ get();
private: void set(String^ value);
}
member Value : string with get, private set
Public Property Value As String
Get
Private Set
End Property
Property Value
Type: System.String
See Also
AzureErrorDetail Class
Microsoft.Azure.Batch Namespace
Return to top