VpnPlugInProfile.CustomConfiguration 属性

定义

获取或设置用于配置 VPN 插件的 XML 字符串。 有关格式和支持,请参阅 VPN 插件中的文档。

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

void CustomConfiguration(winrt::hstring value);
public string CustomConfiguration { get; set; }
var string = vpnPlugInProfile.customConfiguration;
vpnPlugInProfile.customConfiguration = string;
Public Property CustomConfiguration As String

属性值

String

Platform::String

winrt::hstring

表示用于配置 VPN 插件的 XML 的字符串。

Windows 要求

应用功能
networkingVpnProvider

适用于