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

属性值

String

Platform::String

winrt::hstring

收件箱/本机 VPN 配置文件的配置文件名称。

实现

Windows 要求

应用功能
networkingVpnProvider

适用于