CellularApnContext.ProviderId 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 the provider ID associated with the access point.
public:
property Platform::String ^ ProviderId { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring ProviderId();
void ProviderId(winrt::hstring value);
public string ProviderId { get; set; }
var string = cellularApnContext.providerId;
cellularApnContext.providerId = string;
Public Property ProviderId As String
Property Value
The provider ID.