DnssdServiceInstanceCollection.Size Property

Definition

Gets the number of items in the collection

Note

DnssdServiceInstanceCollection is not supported and may be altered or unavailable in the future. Instead, use the Windows.Devices.Enumeration API.

public:
 property unsigned int Size { unsigned int get(); };
uint32_t Size();
public uint Size { get; }
var uInt32 = dnssdServiceInstanceCollection.size;
Public ReadOnly Property Size As UInteger

Property Value

UInt32

unsigned int

uint32_t

The number of items in the collection.

Implements

Applies to