共用方式為


DomainInner.IsVerified Property

Definition

Gets if this domain's ownership is verified.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to