InnerError.Context (Propiedad)
Obtiene el contexto del mensaje 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 = "context")]
public string Context { get; private set; }
public:
[JsonPropertyAttribute(PropertyName = "context")]
property String^ Context {
String^ get();
private: void set(String^ value);
}
[<JsonPropertyAttribute(PropertyName = "context")>]
member Context : string with get, private set
<JsonPropertyAttribute(PropertyName := "context")>
Public Property Context As String
Get
Private Set
End Property
Valor de propiedad
Type: System.String
Vea también
InnerError (Clase)
Microsoft.Azure.Management.DataLake.Store.Models (Espacio de nombres)
Volver al principio