ProblemDetails.Instance 属性

定义

标识问题特定发生的 URI 引用。 如果取消引用,它可能会生成进一步的信息,也可能不产生进一步的信息。

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

属性值

属性

适用于