Compartir a través de


Error.Details (Propiedad)

 

Opcional. Obtiene o establece la lista de detalles de 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 = "details")]
public IList<ErrorDetails> Details { get; private set; }
public:
[JsonPropertyAttribute(PropertyName = "details")]
property IList<ErrorDetails^>^ Details {
    IList<ErrorDetails^>^ get();
    private: void set(IList<ErrorDetails^>^ value);
}
[<JsonPropertyAttribute(PropertyName = "details")>]
member Details : IList<ErrorDetails> with get, private set
<JsonPropertyAttribute(PropertyName := "details")>
Public Property Details As IList(Of ErrorDetails)
    Get
    Private Set
End Property

Valor de propiedad

Type: System.Collections.Generic.IList<ErrorDetails>

Vea también

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

Volver al principio