ProblemDetails.Detail 属性  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
特定于此问题发生的人工可读说明。
public:
 property System::String ^ Detail { System::String ^ get(); void set(System::String ^ value); };
	[System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)]
[System.Text.Json.Serialization.JsonPropertyName("detail")]
[System.Text.Json.Serialization.JsonPropertyOrder(-2)]
public string? Detail { get; set; }
	public string Detail { get; set; }
	[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="detail")]
public string Detail { get; set; }
	[System.Text.Json.Serialization.JsonPropertyName("detail")]
public string Detail { get; set; }
	[System.Text.Json.Serialization.JsonPropertyName("detail")]
public string? Detail { get; set; }
	[System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)]
[System.Text.Json.Serialization.JsonPropertyOrder(-2)]
public string? Detail { get; set; }
	[<System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)>]
[<System.Text.Json.Serialization.JsonPropertyName("detail")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(-2)>]
member this.Detail : string with get, set
	member this.Detail : string with get, set
	[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="detail")>]
member this.Detail : string with get, set
	[<System.Text.Json.Serialization.JsonPropertyName("detail")>]
member this.Detail : string with get, set
	[<System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)>]
[<System.Text.Json.Serialization.JsonPropertyOrder(-2)>]
member this.Detail : string with get, set
	Public Property Detail As String
	属性值
- 属性
 - 
			JsonIgnoreAttribute JsonPropertyNameAttribute JsonPropertyOrderAttribute Newtonsoft.Json.JsonPropertyAttribute