The L2tpPptpSettings property gets an FPCVpnNetworkL2tpPptpSettings object that specifies the Layer Two Tunneling Protocol (L2TP) and Point-to-Point Tunneling Protocol (PPTP) settings for outgoing site-to-site VPN connections to the remote site network.
HRESULT get_L2tpPptpSettings( IFPCVpnNetworkL2tpPptpSettings** ppVpnNetworkL2tpPptpSettings );
Address of an interface pointer that on return points to an IFPCVpnNetworkL2tpPptpSettings interface that specifies the L2TP and PPTP settings for outgoing site-to-site VPN connections to the remote site network.
This property method returns S_OK if the call is successful; otherwise, it returns an error code.
Property L2tpPptpSettings As FPCVpnNetworkL2tpPptpSettings
Reference to an FPCVpnNetworkL2tpPptpSettings object that specifies the L2TP and PPTP settings for outgoing site-to-site VPN connections to the remote site network.
This property is read-only and is applicable only if the NetworkConnectionType property of the containing FPCNetwork object is set to fpcVPNConnection. The L2TP and PPTP settings for outgoing site-to-site VPN connections to the remote site network can be modified through the properties of the FPCVpnNetworkL2tpPptpSettings object retrieved (the IFPCVpnNetworkL2tpPptpSettings interface retrieved in C++).
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
IDL |
Declared in Msfpccom.idl. |
DLL |
Requires Msfpccom.dll. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.