CellularApnContext.ProviderId Property

Definition

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

String

Platform::String

winrt::hstring

The provider ID.

Applies to