Datagram.Address

From Xojo Documentation

Property (As String )
aDatagram.Address = newStringValue
or
StringValue = aDatagram.Address

Supported for all project types and targets.

The address of the remote machine that you are sending data to, or receiving data from.

Sample Code

d.Address = "192.168.1.10"