CellularApnContext.UserName Property

Definition

Indicates the user name used to authenticate when connecting to the access point.

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

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

Property Value

String

Platform::String

winrt::hstring

The user name.

Applies to