Share via


IPacket.Count Property

Gets the total number of data objects in the packet.

Namespace:  Microsoft.SmartDevice.DeviceAgentTransport
Assembly:  Microsoft.SmartDevice.DeviceAgentTransport (in Microsoft.SmartDevice.DeviceAgentTransport.dll)

Syntax

'Declaration
ReadOnly Property Count As Integer
'Usage
Dim instance As IPacket 
Dim value As Integer 

value = instance.Count
int Count { get; }
property int Count {
    int get ();
}
function get Count () : int

Property Value

Type: System.Int32
The number of data objects in the packet.

.NET Framework Security

See Also

Reference

IPacket Interface

IPacket Members

Microsoft.SmartDevice.DeviceAgentTransport Namespace