PickFromQueueRequest.RemoveQueueItem Property
Applies To: Dynamics CRM 2015
Gets or sets whether the queue item should be removed from the queue.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public bool RemoveQueueItem { get; set; }
public:
property bool RemoveQueueItem {
bool get();
void set(bool value);
}
member RemoveQueueItem : bool with get, set
Public Property RemoveQueueItem As Boolean
Property Value
Type: System.Boolean
Type: Boolean
true if the queue item should be removed from the queue; otherwise, false.
See Also
PickFromQueueRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright