DnssdServiceInstance.HostName 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.
Gets or sets the hostname of the host for this DnssdServiceInstance.
public:
property HostName ^ HostName { HostName ^ get(); void set(HostName ^ value); };
HostName HostName();
void HostName(HostName value);
public HostName HostName { get; set; }
var hostName = dnssdServiceInstance.hostName;
dnssdServiceInstance.hostName = hostName;
Public Property HostName As HostName
Property Value
The name of the host, encapuslated in a HostName instance.