The MaximumVpnClients property gets or sets the maximum number of concurrent VPN clients.
HRESULT put_MaximumVpnClients( Long fMaximumVpnClients ); HRESULT get_MaximumVpnClients( Long* pfMaximumVpnClients );
Pointer to a variable that on return receives a 32-bit integer specifying the maximum number of concurrent VPN clients.
A 32-bit integer that specifies the maximum number of concurrent VPN clients.
These property methods return S_OK if the call is successful; otherwise, they return an error code.
Property MaximumVpnClients As Long
A 32-bit integer that specifies the maximum number of concurrent VPN clients.
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.
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.