PacketProperty.SerialNumber Field
PacketProperty.SerialNumber Field |
The Guid for the PacketProperty object for identifying the packet.
Definition
Visual Basic .NET Public Shared SerialNumber As Guid C# public static Guid SerialNumber; Managed C++ public: static Guid SerialNumber;
Field Value
System.Guid. The globally unique identifier (GUID) that identifies the packet property for identifying the packet itself.
This field is read-only. This field has no default value.
Remarks
This is the same value you use to retrieve the packet from the packet queue.
See Also