AddToQueueResponse.QueueItemId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the ID of the queue item that is created in the destination queue.
public:
property Guid QueueItemId { Guid get(); };
public Guid QueueItemId { get; }
member this.QueueItemId : Guid
Public ReadOnly Property QueueItemId As Guid
Property Value
The ID of the queue item that is created in the destination queue,
which corresponds to the QueueItem.QueueItemId
column,
which is the primary key for the QueueItem
table.