次の方法で共有


GeometryValidationResult.IsValid プロパティ

定義

呼び出されたジオメトリ IsValidDetailed() が Azure Cosmos DB サービスで有効かどうかを示す値を返します。

[Newtonsoft.Json.JsonProperty("valid", Order=0, Required=Newtonsoft.Json.Required.Always)]
[System.Runtime.Serialization.DataMember(Name="valid")]
public bool IsValid { get; }
[<Newtonsoft.Json.JsonProperty("valid", Order=0, Required=Newtonsoft.Json.Required.Always)>]
[<System.Runtime.Serialization.DataMember(Name="valid")>]
member this.IsValid : bool
Public ReadOnly Property IsValid As Boolean

プロパティ値

true 呼び出されたジオメトリ IsValidDetailed() が有効な場合は 。 それ以外の場合は false

属性
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

適用対象