Domain.IsVerified Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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