VpnManagementAgent.GetProfilesAsync 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.
Gets the accessible list of present VPN profiles.
public:
virtual IAsyncOperation<IVectorView<IVpnProfile ^> ^> ^ GetProfilesAsync() = GetProfilesAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<IVpnProfile>> GetProfilesAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<IVpnProfile>> GetProfilesAsync();
function getProfilesAsync()
Public Function GetProfilesAsync () As IAsyncOperation(Of IReadOnlyList(Of IVpnProfile))
Returns
A list of present VPN profiles.
- Attributes
Windows requirements
App capabilities |
networkingVpnProvider
|