DnssdServiceInstance.Weight 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.
public:
property unsigned short Weight { unsigned short get(); void set(unsigned short value); };
uint16_t Weight();
void Weight(uint16_t value);
public ushort Weight { get; set; }
var uInt16 = dnssdServiceInstance.weight;
dnssdServiceInstance.weight = uInt16;
Public Property Weight As UShort
Property Value
The weight value for this service instance. See RFC 2782 for details on how clients use this value.