ProblemDetails.Instance Eigenschaft

Definition

Ein URI-Verweis, der das spezifische Auftreten des Problems identifiziert. Sie kann weitere Informationen liefern oder auch nicht, wenn daraus abgeleitet wird.

public:
 property System::String ^ Instance { System::String ^ get(); void set(System::String ^ value); };
public string Instance { get; set; }
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="instance")]
public string Instance { get; set; }
[System.Text.Json.Serialization.JsonPropertyName("instance")]
public string Instance { get; set; }
[System.Text.Json.Serialization.JsonPropertyName("instance")]
public string? Instance { get; set; }
[System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)]
[System.Text.Json.Serialization.JsonPropertyOrder(-1)]
public string? Instance { get; set; }
member this.Instance : string with get, set
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="instance")>]
member this.Instance : string with get, set
[<System.Text.Json.Serialization.JsonPropertyName("instance")>]
member this.Instance : string with get, set
[<System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)>]
[<System.Text.Json.Serialization.JsonPropertyOrder(-1)>]
member this.Instance : string with get, set
Public Property Instance As String

Eigenschaftswert

Attribute

Gilt für: