Gets the effective options for the specified scope including the options configured at the scope and server level. Only the effective options are shown therefore if the same option is configured at the scope and server level only the most specific (in this case scope level) option is shown.

Namespace: CENTREL.XIA.Network.Management.DHCPCENTREL.XIA.Network.Management.DHCPCENTREL::XIA::Network::Management::DHCP
Assembly: CENTREL.XIA.Network.Management.DHCP (in CENTREL.XIA.Network.Management.DHCP.dll)

Syntax

C#

protected DHCPOptionValues GetEffectiveScopeOptions(

DHCP_IPV6_ADDRESS SubnetAddress

)

VB

Protected Function GetEffectiveScopeOptions( _

SubnetAddress As DHCP_IPV6_ADDRESS _

) As DHCPOptionValues

C++

protected:

DHCPOptionValues^ GetEffectiveScopeOptions(

DHCP_IPV6_ADDRESS SubnetAddress

)

Parameters

SubnetAddress
Type: CENTREL.XIA.Network.Management.DHCP.DHCP_IPV6_ADDRESSCENTREL.XIA.Network.Management.DHCP.DHCP_IPV6_ADDRESSCENTREL::XIA::Network::Management::DHCP::DHCP_IPV6_ADDRESS
The IP address of the subnet for which the effective options should be read in DHCP_IPV6_ADDRESS format

Return Value

Type: CENTREL.XIA.Network.Management.DHCP.DHCPOptionValuesCENTREL.XIA.Network.Management.DHCP.DHCPOptionValuesCENTREL::XIA::Network::Management::DHCP::DHCPOptionValues
A DHCPOptionValues of the values that are applied to the subnet

See Also

DHCPServerManagementDHCPServerManagementDHCPServerManagement Class
GetEffectiveScopeOptionsGetEffectiveScopeOptionsGetEffectiveScopeOptions Overload
CENTREL.XIA.Network.Management.DHCPCENTREL.XIA.Network.Management.DHCPCENTREL::XIA::Network::Management::DHCP Namespace