共用方式為


UserAccount.Name 屬性

定義

取得或設定使用者帳戶的名稱。 名稱可以包含最多 20 個字元的任何 Unicode 字元。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於