Gets the effective options for the specified reservation including the options configured at the reservation, scope and server level. Only the effective options are shown therefore if the same option is configured at the scope and reservation level only the most specific (in this case reservation 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 GetEffectiveReservationOptions(

DHCPReservation Reservation

)

VB

Public Function GetEffectiveReservationOptions( _

Reservation As DHCPReservation _

) As DHCPOptionValues

C++

public:

DHCPOptionValues^ GetEffectiveReservationOptions(

DHCPReservation^ Reservation

)

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
CENTREL.XIA.Network.Management.DHCPCENTREL.XIA.Network.Management.DHCPCENTREL::XIA::Network::Management::DHCP Namespace