CnameRecord.Cname Property

Definition

Gets or sets the canonical name for this CNAME record.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to