Share via


VpnManagementAgent.UpdateProfileFromXmlAsync(String) Method

Definition

Updates an existing VPN profile based on an input ProfileXML-encoded string (see ProfileXML XSD).

public:
 virtual IAsyncOperation<VpnManagementErrorStatus> ^ UpdateProfileFromXmlAsync(Platform::String ^ xml) = UpdateProfileFromXmlAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<VpnManagementErrorStatus> UpdateProfileFromXmlAsync(winrt::hstring const& xml);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<VpnManagementErrorStatus> UpdateProfileFromXmlAsync(string xml);
function updateProfileFromXmlAsync(xml)
Public Function UpdateProfileFromXmlAsync (xml As String) As IAsyncOperation(Of VpnManagementErrorStatus)

Parameters

xml
String

Platform::String

winrt::hstring

A ProfileXML XML string.

Returns

An enum value indicating the error status.

Attributes

Windows requirements

App capabilities
networkingVpnProvider

Applies to