Click or drag to resize
RouteDestination Property
The IP address of the destination network.

Namespace: Network.Sim.Network.Ip.Routing
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public IpAddress Destination { get; }

Property Value

Type: IpAddress
Remarks
This together with the netmask forms the network destination id.
See Also