共用方式為


SiteInner.HostNames 屬性

定義

取得與應用程式相關聯的主機名稱。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於