WwanConnectionProfileDetails.PurposeGuids 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 a list of purpose group GUIDs.
public:
property IVectorView<Platform::Guid> ^ PurposeGuids { IVectorView<Platform::Guid> ^ get(); };
IVectorView<winrt::guid> PurposeGuids();
public IReadOnlyList<Guid> PurposeGuids { get; }
var iVectorView = wwanConnectionProfileDetails.purposeGuids;
Public ReadOnly Property PurposeGuids As IReadOnlyList(Of Guid)
Property Value
A list of purpose group GUIDs.
Windows requirements
Device family |
Windows 10, version 1803 (introduced in 10.0.17134.0)
|
API contract |
Windows.Networking.Connectivity.WwanContract (introduced in v2.0)
|
Remarks
A purpose group GUID is a public, industry-wide published GUID value describing a service. For example, IMS has a predefined GUID that you can provision with your mobile network operator SIM when the SIM is inserted into a device, which describes the profile that should be used when you query for the IMS profile.