共用方式為


Pool.DisplayName 屬性

定義

取得或設定集區的顯示名稱。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.displayName")]
public string DisplayName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.displayName")>]
member this.DisplayName : string with get, set
Public Property DisplayName As String

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

顯示名稱不需要是唯一的,而且可以包含最多 1024 的 Unicode 字元。

適用於