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#

public DHCPOptionValues GetEffectiveScopeOptions(

DHCPScope Scope

)

VB

Public Function GetEffectiveScopeOptions( _

Scope As DHCPScope _

) As DHCPOptionValues

C++

public:

DHCPOptionValues^ GetEffectiveScopeOptions(

DHCPScope^ Scope

)

Parameters

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