Gets or sets the address of the subnet to which this reservation belongs in dotted decimal format - for example "192.168.1.0".

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 string SubnetAddress { getset; }

VB

Public Property SubnetAddress As String

Get

Set

C++

public:

property String^ SubnetAddress {

String^ get();

void set(String^ value);

}

See Also

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