次の方法で共有


Application.IsDeviceOnlyAuthSupported プロパティ

定義

このアプリケーションがユーザーなしでデバイス認証をサポートするかどうかを取得または設定します。 既定値は false です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象