DnssdServiceInstance.Port 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 port number used by this DnssdServiceInstance.
public:
property unsigned short Port { unsigned short get(); void set(unsigned short value); };
uint16_t Port();
void Port(uint16_t value);
public ushort Port { get; set; }
var uInt16 = dnssdServiceInstance.port;
dnssdServiceInstance.port = uInt16;
Public Property Port As UShort
Property Value
The port number used by this service instance.