AddToQueueRequest.QueueItemProperties Property

 

Applies To: Dynamics CRM 2015

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 Entity^ QueueItemProperties {
    Entity^ get();
    void set(Entity^ value);
}
member QueueItemProperties : Entity with 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

© 2016 Microsoft. All rights reserved. Copyright