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 。