次の方法で共有


ApplicationBase.SignInAudience プロパティ

定義

アプリケーションにサインインするための対象ユーザー (AzureADMyOrganization、AzureADAllOrganizations、AzureADAndMicrosoftAccounts) を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象