共用方式為


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

適用於