VpnPlugInProfile.CustomConfiguration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
A string representing the XML to configure the VPN plug-in.
Windows requirements
App capabilities |
networkingVpnProvider
|