IWebAppBase.EnabledHostNames Property
Definition
Gets host names for the web app that are enabled.
public System.Collections.Generic.ISet<string> EnabledHostNames { get; }
member this.EnabledHostNames : System.Collections.Generic.ISet<string>
Public ReadOnly Property EnabledHostNames As ISet(Of String)
Property Value
- ISet<String>
Applies to