The UseDHCPForAddressAssignment property gets or sets a Boolean value that indicates whether DHCP is used for assigning IP addresses to VPN clients and remote VPN servers. For more information about DHCP, see the Dynamic Host Configuration Protocol SDK documentation.
HRESULT put_UseDHCPForAddressAssignment( VARIANT_BOOL fUseDHCPForAddress ); HRESULT get_UseDHCPForAddressAssignment( VARIANT_BOOL* pfUseDHCPForAddress );
Pointer to a Boolean variable that is set on return to VARIANT_TRUE if DHCP is used for assigning IP addresses to VPN clients and remote VPN servers, or to VARIANT_FALSE if the static address pool is used for assigning IP addresses to VPN clients and remote VPN servers.
Boolean value that indicates whether DHCP is used for assigning IP addresses to VPN clients and remote VPN servers.
These property methods return S_OK if the call is successful; otherwise, they return an error code.
Property UseDHCPForAddressAssignment As Boolean
Boolean value that indicates whether DHCP is used for assigning IP addresses to VPN clients and remote VPN servers.
This property is read/write. Its default value is False (VARIANT_FALSE in C++), which indicates that the static address pool is used for assigning IP addresses to VPN clients and remote VPN servers.
Setting this property to True (VARIANT_TRUE in C++) is not supported in a multiple-server array. In a multple-server array,IP addresses can be assigned to VPN clients and remote VPN servers only from 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.