Compartir a través de


Error.Code (Propiedad)

 

Obtiene el código de estado HTTP o un código de error asociado con este error

Espacio de nombres:   Microsoft.Azure.Management.DataLake.Store.Models
Ensamblado:  Microsoft.Azure.Management.DataLake.Store (en Microsoft.Azure.Management.DataLake.Store.dll)

Sintaxis

[JsonPropertyAttribute(PropertyName = "code")]
public string Code { get; private set; }
public:
[JsonPropertyAttribute(PropertyName = "code")]
property String^ Code {
    String^ get();
    private: void set(String^ value);
}
[<JsonPropertyAttribute(PropertyName = "code")>]
member Code : string with get, private set
<JsonPropertyAttribute(PropertyName := "code")>
Public Property Code As String
    Get
    Private Set
End Property

Valor de propiedad

Type: System.String

Vea también

Error (Clase)
Microsoft.Azure.Management.DataLake.Store.Models (Espacio de nombres)

Volver al principio