ProblemDetails.Instance Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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; }
[System.Text.Json.Serialization.JsonPropertyName("instance")]
[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
[<System.Text.Json.Serialization.JsonPropertyName("instance")>]
[<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
-
Newtonsoft.Json.JsonPropertyAttribute JsonPropertyNameAttribute JsonIgnoreAttribute JsonPropertyOrderAttribute