ConnectionProfile.ServiceProviderGuid Property
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 ID of the network operator who provisioned the connection profile.
public:
property IReference<Platform::Guid> ^ ServiceProviderGuid { IReference<Platform::Guid> ^ get(); };
IReference<winrt::guid> ServiceProviderGuid();
public System.Nullable<Guid> ServiceProviderGuid { get; }
var iReference = connectionProfile.serviceProviderGuid;
Public ReadOnly Property ServiceProviderGuid As Nullable(Of Guid)
The network operator ID.