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

Значение свойства

Атрибуты

Применяется к