Adds a new DHCP class to the collection

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 Add(

string Name,

string Description,

bool IsVendor

)

VB

Public Sub Add( _

Name As String, _

Description As String, _

IsVendor As Boolean _

)

C++

public:

void Add(

String^ Name,

String^ Description,

bool IsVendor

)

Parameters

Name
Type: System.StringSystem.StringSystem::String
The name of the DHCP class
Description
Type: System.StringSystem.StringSystem::String
The description of the class
IsVendor
Type: System.BooleanSystem.BooleanSystem::Boolean
A boolean value to indicate if this is a vendor defined class

See Also

DHCPClassesDHCPClassesDHCPClasses Class
AddAddAdd Overload
CENTREL.XIA.Network.Management.DHCPCENTREL.XIA.Network.Management.DHCPCENTREL::XIA::Network::Management::DHCP Namespace