DevicePolicyManager.PrivateDnsSetErrorFailureSetting フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.App.Admin.PrivateDnsSet enum directly instead of this field.

上記のいずれかの理由ではなく、プライベート DNS モードを設定できない一般的なエラー。

[Android.Runtime.Register("PRIVATE_DNS_SET_ERROR_FAILURE_SETTING", ApiSince=29)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.PrivateDnsSet enum directly instead of this field.", true)]
public const Android.App.Admin.PrivateDnsSet PrivateDnsSetErrorFailureSetting = 2;
[<Android.Runtime.Register("PRIVATE_DNS_SET_ERROR_FAILURE_SETTING", ApiSince=29)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.PrivateDnsSet enum directly instead of this field.", true)>]
val mutable PrivateDnsSetErrorFailureSetting : Android.App.Admin.PrivateDnsSet

フィールド値

Value = 2
属性

注釈

上記のいずれかの理由ではなく、プライベート DNS モードを設定できない一般的なエラー。

の Java ドキュメント android.app.admin.DevicePolicyManager.PRIVATE_DNS_SET_ERROR_FAILURE_SETTING

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象