Configuration.Mnc Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
IMSI MNC (Mobile Network Code), corresponding to mnc resource qualifier.
[Android.Runtime.Register("mnc")]
public int Mnc { get; set; }
[<Android.Runtime.Register("mnc")>]
member this.Mnc : int with get, set
Property Value
- Attributes
Remarks
IMSI MNC (Mobile Network Code), corresponding to mnc resource qualifier. 0 if undefined. Note that the actual MNC may be 0; in order to check for this use the #MNC_ZERO
symbol.
Java documentation for android.content.res.Configuration.mnc
.
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.