Share via


Get method of the PS_VpnConnectionTrigger class

Returns the trigger properties of a VPN connection.

Syntax

uint32 Get(
  [in]  string               ConnectionName,
  [out] VpnConnectionTrigger cmdletOutput
);

Parameters

ConnectionName [in]

The name of the VPN connection profile.

cmdletOutput [out]

When this method returns, contains the VpnConnectionTrigger object (the trigger properties of the VPN connection).

Requirements

Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\Microsoft\Windows\RemoteAccess\Client
MOF
VPNClientPSProvider.mof
DLL
VPNClientPSProvider.dll

See also

PS_VpnConnectionTrigger