AddToQueueResponse.QueueItemId Property

Definition

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.

Applies to