JobCredential.Username Property

Definition

Gets or sets the credential user name.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to