MobileBroadbandDeviceInformation.MobileEquipmentId 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.
Gets the value that uniquely identifies the mobile broadband device to the network provider.
public:
property Platform::String ^ MobileEquipmentId { Platform::String ^ get(); };
winrt::hstring MobileEquipmentId();
public string MobileEquipmentId { get; }
var string = mobileBroadbandDeviceInformation.mobileEquipmentId;
Public ReadOnly Property MobileEquipmentId As String
Property Value
The value that uniquely identifies the mobile broadband device to the network provider.
Windows requirements
App capabilities |
cellularDeviceControl
cellularDeviceIdentity
|
Remarks
For GSM devices, the MobileEquipmentId value will be the International Mobile Equipment Identitiy (IMEI), which can be up to 15 digits long. For CDMA devices, the MobileEquipmentId value must be the electronic serical number (ESNs0, which is 11 digits long, or the mobile equipment identifier (MEID), which is 17 digits long.