CustomHostnameAnalysisResult.IsHostnameAlreadyVerified 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 <code>true</code> if hostname is already verified; otherwise, <code>false</code>.
[Newtonsoft.Json.JsonProperty(PropertyName="properties.isHostnameAlreadyVerified")]
public Nullable<bool> IsHostnameAlreadyVerified { get; }
member this.IsHostnameAlreadyVerified : Nullable<bool>
Public ReadOnly Property IsHostnameAlreadyVerified As Nullable(Of Boolean)
Property Value
- System.Nullable<System.Boolean>
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute