Condividi tramite


UserIdentity.UserName Proprietà

Definizione

Ottiene o imposta il nome dell'identità utente in cui viene eseguita l'attività.

[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

Valore della proprietà

Attributi
Newtonsoft.Json.JsonPropertyAttribute

Commenti

Le proprietà userName e autoUser si escludono a vicenda; è necessario specificarne uno, ma non entrambi.

Si applica a