次の方法で共有


Application.AllowPassthroughUsers プロパティ

定義

取得または設定は、アプリケーションがリソース テナントに存在しないユーザーを通過することをサポートすることを示します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象