DevicePolicyManager.PrivateDnsSetNoError フィールド

定義

注意事項

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

選択したモードが正常に設定されました。

[Android.Runtime.Register("PRIVATE_DNS_SET_NO_ERROR", 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 PrivateDnsSetNoError = 0;
[<Android.Runtime.Register("PRIVATE_DNS_SET_NO_ERROR", 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 PrivateDnsSetNoError : Android.App.Admin.PrivateDnsSet

フィールド値

Value = 0
属性

注釈

選択したモードが正常に設定されました。 モードが PRIVATE_DNS_MODE_PROVIDER_HOSTNAME 場合は、指定されたホストが有効で到達可能であることを意味します。

Javaドキュメント。

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

適用対象