Share via


ServiceBusDataSourceProperties.AuthenticationMode Property

Definition

Gets or sets authentication Mode. Possible values include: 'Msi', 'UserToken', 'ConnectionString'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to