Share via


Site.EnabledHostNames Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="properties.enabledHostNames")]
public System.Collections.Generic.IList<string> EnabledHostNames { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.enabledHostNames")>]
member this.EnabledHostNames : System.Collections.Generic.IList<string>
Public ReadOnly Property EnabledHostNames As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to