DevicePolicyManager.PrivateDnsModeUnknown Campo

Definizione

Attenzione

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

Specifica che l'impostazione DNS privato è in uno stato sconosciuto.

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

Valore del campo

Value = 0
Attributi

Commenti

Specifica che l'impostazione DNS privato è in uno stato sconosciuto.

per android.app.admin.DevicePolicyManager.PRIVATE_DNS_MODE_UNKNOWN.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a