Bagikan melalui


HybridConnection.RequiresClientAuthorization Property

Definition

Gets or sets true if client authorization is needed for this HybridConnection; otherwise, false.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.requiresClientAuthorization")]
public bool? RequiresClientAuthorization { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.requiresClientAuthorization")>]
member this.RequiresClientAuthorization : Nullable<bool> with get, set
Public Property RequiresClientAuthorization As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to