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

适用于