PickFromQueueRequest.RemoveQueueItem Property

Definition

Gets or sets whether the queue item should be removed from the queue.

public:
 property bool RemoveQueueItem { bool get(); void set(bool value); };
public bool RemoveQueueItem { get; set; }
member this.RemoveQueueItem : bool with get, set
Public Property RemoveQueueItem As Boolean

Property Value

true if the queue item should be removed from the queue; otherwise, false.

Applies to