VpnManagementAgent.UpdateProfileFromXmlAsync(String) Method
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.
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
|