SybaseLinkedService.Username Property

Definition

Gets or sets username for authentication. Type: string (or Expression with resultType string).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to