ConnectionProfile.ServiceProviderGuid Property

Definition

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)

Property Value

IReference<Guid>

Nullable<Guid>

IReference<Platform::Guid>

IReference<winrt::guid>

The network operator ID.

Applies to