DnssdRegistrationResult.IPAddress Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The IP address of the successfully-created service instance.
public:
property HostName ^ IPAddress { HostName ^ get(); };
HostName IPAddress();
public HostName IPAddress { get; }
var hostName = dnssdRegistrationResult.iPAddress;
Public ReadOnly Property IPAddress As HostName
Property Value
The IP address of the successfully created service instance.