Finds the superscope with the specified name

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 DHCPSuperScope FindByName(

string Name

)

VB

Public Function FindByName( _

Name As String _

) As DHCPSuperScope

C++

public:

DHCPSuperScope^ FindByName(

String^ Name

)

Parameters

Name
Type: System.StringSystem.StringSystem::String
The name of the superscope, this is case insensitive

Return Value

Type: CENTREL.XIA.Network.Management.DHCP.DHCPSuperScopeCENTREL.XIA.Network.Management.DHCP.DHCPSuperScopeCENTREL::XIA::Network::Management::DHCP::DHCPSuperScope
The SuperScope with the specified name or null if no scope with that name exists

See Also

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