CellularApnContext.AccessPointName 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 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
The access point name.