MaximumVpnClients Property of the IFPCVpnConfiguration Interface

The MaximumVpnClients property gets or sets the maximum number of concurrent VPN clients.

[C++]
HRESULT put_MaximumVpnClients(
	Long fMaximumVpnClients
);
HRESULT get_MaximumVpnClients(
	Long* pfMaximumVpnClients
);

Parameters

pfMaximumVpnClients

Pointer to a variable that on return receives a 32-bit integer specifying the maximum number of concurrent VPN clients.

fMaximumVpnClients

A 32-bit integer that specifies the maximum number of concurrent VPN clients.

Return Value

These property methods return S_OK if the call is successful; otherwise, they return an error code.

[Visual Basic]
Property MaximumVpnClients As Long

Property Value

A 32-bit integer that specifies the maximum number of concurrent VPN clients.

Remarks

This property is read/write. The default value set for this property during installation is 100.

When the UseDHCPForAddressAssignment property indicates that the static address pool is used for assigning IP addresses to VPN clients and remote VPN servers, each static address pool must include at least one more IP address than the number specified by the MaximumVpnClients property. Conversely, the value of the MaximumVpnClients property must be smaller than the number of IP addresses included in a static address pool.

Requirements

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.

See Also

FPCVpnConfiguration


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.