VpnChannelConfiguration.CustomField 属性

定义

获取自定义配置作为字符串,VPN 插件将解析为配置 VPN 供应商特定的设置。 该字段是一个字符串,用于允许 XML 作为配置的数据格式。

public:
 property Platform::String ^ CustomField { Platform::String ^ get(); };
winrt::hstring CustomField();
public string CustomField { get; }
var string = vpnChannelConfiguration.customField;
Public ReadOnly Property CustomField As String

属性值

String

Platform::String

winrt::hstring

VPN 插件分析的自定义配置字符串数据,用于配置 VPN 供应商特定的设置。

Windows 要求

应用功能
networkingVpnProvider

注解

注意

在连接的 VPN 插件外部调用此 API 将失败,因为 VPN 插件与系统之间的活动和交互由 VPN 配置文件控制。 每个进程只能有一个 VPN 配置文件,因为 VPN 插件只映射了一个 VPN 配置文件,如果调用方要创建多个配置文件对象,它们都将引用相同的设置。

适用于