MobileBroadbandDeviceInformation.SimGid1 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 Group Identifier Level 1 (GID1) of the mobile broadband network device.
public:
property Platform::String ^ SimGid1 { Platform::String ^ get(); };
winrt::hstring SimGid1();
public string SimGid1 { get; }
var string = mobileBroadbandDeviceInformation.simGid1;
Public ReadOnly Property SimGid1 As String
Property Value
THe string value of the GID1 obtained from the SIM card.
Windows requirements
Device family |
Windows 10 Creators Update (introduced in 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v4.0)
|
App capabilities |
cellularDeviceControl
cellularDeviceIdentity
|