CustomDomain.UseSubDomainName プロパティ

定義

間接 CName 検証が有効かどうかを示す値を取得または設定します。 既定値は false です。 これは、更新時にのみ設定する必要があります。

[Newtonsoft.Json.JsonProperty(PropertyName="useSubDomainName")]
public bool? UseSubDomainName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="useSubDomainName")>]
member this.UseSubDomainName : Nullable<bool> with get, set
Public Property UseSubDomainName As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象