IWebSiteBase.HostNamesDisabled 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> to disable the hostnames of the app; otherwise, <code>false</code>. If <code>true</code>, the app is only accessible via API management process.
public bool HostNamesDisabled { get; }
member this.HostNamesDisabled : bool
Public ReadOnly Property HostNamesDisabled As Boolean