次の方法で共有


GeometryValidationResult.Reason プロパティ

定義

geometry が無効な場合は、Azure Cosmos DB サービスで詳細な理由を返します。

[Newtonsoft.Json.JsonProperty("reason", Order=1)]
[System.Runtime.Serialization.DataMember(Name="reason")]
public string Reason { get; }
[<Newtonsoft.Json.JsonProperty("reason", Order=1)>]
[<System.Runtime.Serialization.DataMember(Name="reason")>]
member this.Reason : string
Public ReadOnly Property Reason As String

プロパティ値

ジオメトリが無効な理由を説明します。

属性
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

適用対象