ConnectionProfileFilter.ServiceProviderGuid 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.
Indicates a specific network operator ID to query for.
public:
property IReference<Platform::Guid> ^ ServiceProviderGuid { IReference<Platform::Guid> ^ get(); void set(IReference<Platform::Guid> ^ value); };
IReference<winrt::guid> ServiceProviderGuid();
void ServiceProviderGuid(IReference<winrt::guid> value);
public System.Nullable<Guid> ServiceProviderGuid { get; set; }
var iReference = connectionProfileFilter.serviceProviderGuid;
connectionProfileFilter.serviceProviderGuid = iReference;
Public Property ServiceProviderGuid As Nullable(Of Guid)
Property Value
The network operator ID.