ConnectionProfileFilter.PurposeGuid 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.
public:
property IReference<Platform::Guid> ^ PurposeGuid { IReference<Platform::Guid> ^ get(); void set(IReference<Platform::Guid> ^ value); };
IReference<winrt::guid> PurposeGuid();
void PurposeGuid(IReference<winrt::guid> value);
public System.Nullable<Guid> PurposeGuid { get; set; }
var iReference = connectionProfileFilter.purposeGuid;
connectionProfileFilter.purposeGuid = iReference;
Public Property PurposeGuid As Nullable(Of Guid)
Property Value
The purpose group GUID that a connection profile must match.
Windows requirements
Device family |
Windows 10, version 1803 (introduced in 10.0.17134.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v6.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.