共用方式為


UserIdentity.UserName 屬性

定義

取得或設定執行工作的使用者身分識別名稱。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

userName 和 autoUser 屬性互斥;您必須指定一個,但不能同時指定兩者。

適用於