次の方法で共有


ValidationResponse.IsValid プロパティ

定義

検証が成功したかどうかを取得します

[Newtonsoft.Json.JsonProperty(PropertyName="isValid")]
public bool? IsValid { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isValid")>]
member this.IsValid : Nullable<bool>
Public ReadOnly Property IsValid As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象