VpnPlugInProfile.CustomConfiguration 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置用于配置 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
属性值
表示用于配置 VPN 插件的 XML 的字符串。
Windows 要求
应用功能 |
networkingVpnProvider
|