次の方法で共有


HybridConnection.RequiresClientAuthorization プロパティ

定義

この HybridConnection にクライアント承認が必要な場合は、true を取得または設定します。それ以外の場合は 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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象