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

속성 값

특성

적용 대상