VpnPlugInProfile.CustomConfiguration Property

Definition

Gets or sets an XML string to configure the VPN plug-in. Refer to the documentation from the VPN plug-in for format and support.

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

Property Value

String

Platform::String

winrt::hstring

A string representing the XML to configure the VPN plug-in.

Windows requirements

App capabilities
networkingVpnProvider

Applies to