SiteInner.HostNamesDisabled プロパティ

定義

アプリのパブリック ホスト名を無効にする lt;コード>true</code> を取得または設定&します。それ以外の場合は、<code>false</code>。 lt;code>true</code>の場合&、アプリには API 管理プロセスを介してのみアクセスできます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象