DevicePolicyManager.PrivateDnsSetErrorFailureSetting Campo

Definición

Precaución

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

Error general al establecer el modo de DNS privado, no debido a uno de los motivos mencionados anteriormente.

[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

Valor de campo

Value = 2
Atributos

Comentarios

Error general al establecer el modo de DNS privado, no debido a uno de los motivos mencionados anteriormente.

Java documentación para android.app.admin.DevicePolicyManager.PRIVATE_DNS_SET_ERROR_FAILURE_SETTING.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a