CellularApnContext.AccessPointName Property

Definition

Indicates the name of the access point to establish a connection with.

public:
 property Platform::String ^ AccessPointName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring AccessPointName();

void AccessPointName(winrt::hstring value);
public string AccessPointName { get; set; }
var string = cellularApnContext.accessPointName;
cellularApnContext.accessPointName = string;
Public Property AccessPointName As String

Property Value

String

Platform::String

winrt::hstring

The access point name.

Applies to