AddToQueueRequest.QueueItemProperties Property
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Gets or sets the properties that are needed to create a queue item in the destination queue. Optional.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public Entity QueueItemProperties { get; set; }
Public Property QueueItemProperties As Entity
Property Value
Type: Microsoft.Xrm.Sdk.Entity
Type: Entity
The properties that are needed to create a queue item in the destination queue. The destination queue must be an instance of the QueueItem class, which is a subclass of the Entity class.
Remarks
Note
The QueueItem.QueueId and QueueItem.ObjectId attribute values that are provided in this property are ignored by the operation. These values are obtained from the DestinationQueueId property and the Target property.
See Also
AddToQueueRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright