IVpnProfile.ProfileName 屬性

定義

取得或設定 VPN 設定檔的名稱。

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 = iVpnProfile.profileName;
iVpnProfile.profileName = string;
Public Property ProfileName As String

屬性值

String

Platform::String

winrt::hstring

VPN 設定檔的名稱。

Windows 需求

應用程式功能
networkingVpnProvider

適用於