Reference Library
Packet Property
NamespacesAsgard5.QueueAqsPacketPacket
Gets or sets the ID of the packet as it was specified when it was created.
Declaration Syntax
C#Visual BasicVisual C++
public AsgardQueuePacketId Packet { get; set; }
Public Property Packet As AsgardQueuePacketId
	Get
	Set
public:
property AsgardQueuePacketId Packet {
	AsgardQueuePacketId get ();
	void set (AsgardQueuePacketId value);
}

Assembly: Asgard5Library (Module: Asgard5Library)