다음을 통해 공유


UserIdentity.UserName 속성

정의

작업이 실행되는 사용자 ID의 이름을 가져오거나 설정합니다.

[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 속성은 상호 배타적입니다. 둘 다 지정해야 하지만 둘 다 지정하지는 않아야 합니다.

적용 대상