DnssdServiceInstance.Priority 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 priority value to assign to this service instance, as defined in RFC 2782 A DNS RR for specifying the location of services (DNS SRV). Clients use Priority to decide which of several equivalent service instances to attach to.
public:
property unsigned short Priority { unsigned short get(); void set(unsigned short value); };
uint16_t Priority();
void Priority(uint16_t value);
public ushort Priority { get; set; }
var uInt16 = dnssdServiceInstance.priority;
dnssdServiceInstance.priority = uInt16;
Public Property Priority As UShort
Property Value
The priority value for this service instance. See RFC 2782 A DNS RR for specifying the location of services (DNS SRV) for details on how clients use this value.