Share via


IFPCNetworkConfiguration::VpnConfiguration property

Applies to: desktop apps only

The VpnConfiguration property gets an FPCVpnConfiguration object that defines the VPN settings for a Forefront TMG computer serving as a VPN gateway.

This property is read-only.

Syntax

HRESULT get_VpnConfiguration(
  IFPCVpnConfiguration **ppVpnConfiguration
);
' Data type: FPCVpnConfiguration

Property VpnConfiguration( _
  ByVal ppVpnConfiguration As IFPCVpnConfiguration _
) As FPCVpnConfiguration

Property value

Reference to an FPCVpnConfiguration object that defines object that defines the VPN settings for a Forefront TMG computer serving as a VPN gateway.

Error codes

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only. You can modify the VPN settings by calling the properties and methods of the FPCVpnConfiguration object retrieved (the IFPCVpnConfiguration interface retrieved in C++).

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

IDL

Msfpccom.idl

DLL

Msfpccom.dll

See also

FPCNetworkConfiguration

 

 

Build date: 7/12/2010