VcnManager.VcnStatusCodeActive Field

Definition

Caution

This constant will be removed in the future version. Use Android.Net.Vcn.VcnStatusCode enum directly instead of this field.

Value indicating that the VCN for the subscription group is active.

[Android.Runtime.Register("VCN_STATUS_CODE_ACTIVE", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.Vcn.VcnStatusCode enum directly instead of this field.", true)]
public const Android.Net.Vcn.VcnStatusCode VcnStatusCodeActive = 2;
[<Android.Runtime.Register("VCN_STATUS_CODE_ACTIVE", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.Vcn.VcnStatusCode enum directly instead of this field.", true)>]
val mutable VcnStatusCodeActive : Android.Net.Vcn.VcnStatusCode

Field Value

VcnStatusCode
Attributes

Remarks

Java documentation for android.net.vcn.VcnManager.VCN_STATUS_CODE_ACTIVE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to