DnssdServiceInstance.Weight 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
属性值
此服务实例的权重值。 有关客户端如何使用此值的详细信息,请参阅 RFC 2782 。