Error.Target (Propiedad)
Publicada: marzo de 2016
Obtiene el destino del 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 = "target")]
public string Target { get; private set; }
public:
[JsonPropertyAttribute(PropertyName = "target")]
property String^ Target {
String^ get();
private: void set(String^ value);
}
[<JsonPropertyAttribute(PropertyName = "target")>]
member Target : string with get, private set
<JsonPropertyAttribute(PropertyName := "target")>
Public Property Target 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