Share via


WebActivityAuthentication.Username Property

Definition

Gets or sets web activity authentication user name for basic authentication or ClientID when used for ServicePrincipal. Type: string (or Expression with resultType string).

[Newtonsoft.Json.JsonProperty(PropertyName="username")]
public object Username { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="username")>]
member this.Username : obj with get, set
Public Property Username As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to