Site.DefaultHostName Property

Definition

Gets default hostname of the app. Read-only.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.defaultHostName")]
public string DefaultHostName { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.defaultHostName")>]
member this.DefaultHostName : string
Public ReadOnly Property DefaultHostName As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to