次の方法で共有


Domain.IsVerified プロパティ

定義

このドメインの所有権が検証されているかどうかを取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象