Share via


CustomDomain.ValidationData Property

Definition

Gets or sets special validation or data may be required when delivering CDN to some regions due to local compliance reasons. E.g. ICP license number of a custom domain is required to deliver content in China.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.validationData")]
public string ValidationData { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.validationData")>]
member this.ValidationData : string with get, set
Public Property ValidationData As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to