次の方法で共有


Registry.DataEndpointHostNames プロパティ

定義

dataEndpointEnabled が true の場合にデータを提供するホスト名の一覧を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象