Detects if a matching option is located within the collection and replaces it with the provided source option. This is used to ensure that options configured at the scope and reservation level superceed those at lower levels.

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 void ReplaceInheritedOption(

DHCPOptionValue SourceOption

)

VB

Public Sub ReplaceInheritedOption( _

SourceOption As DHCPOptionValue _

)

C++

public:

void ReplaceInheritedOption(

DHCPOptionValue^ SourceOption

)

Parameters

See Also

DHCPOptionValuesDHCPOptionValuesDHCPOptionValues Class
CENTREL.XIA.Network.Management.DHCPCENTREL.XIA.Network.Management.DHCPCENTREL::XIA::Network::Management::DHCP Namespace