共用方式為


CellularApnContext.ProfileName 屬性

定義

取得行動資料設定檔的名稱。

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

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

屬性值

String

Platform::String

winrt::hstring

行動資料設定檔的名稱。

Windows 需求

裝置系列
Windows 10, version 1803 (已於 10.0.17134.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v6.0 引進)

適用於

另請參閱