次の方法で共有


ApplicationBase.PublicClient プロパティ

定義

このアプリケーションがパブリック クライアント (モバイル デバイスで実行されているインストール済みアプリケーションなど) であるかどうかを取得または設定します。 既定値は false です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象