BatchManagementError.Code Property
Required. Gets or sets the error code returned from the server.
Namespace: Microsoft.Azure.Management.Batch.Models
Assembly: Microsoft.Azure.Management.Batch (in Microsoft.Azure.Management.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
BatchManagementError Class
Microsoft.Azure.Management.Batch.Models Namespace
Return to top