AddToQueueRequest.QueueItemProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the properties that are needed to create a queue item in the destination queue. Optional.
public:
property Microsoft::Xrm::Sdk::Entity ^ QueueItemProperties { Microsoft::Xrm::Sdk::Entity ^ get(); void set(Microsoft::Xrm::Sdk::Entity ^ value); };
public Microsoft.Xrm.Sdk.Entity QueueItemProperties { get; set; }
member this.QueueItemProperties : Microsoft.Xrm.Sdk.Entity with get, set
Public Property QueueItemProperties As Entity
Property Value
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
The QueueItem.QueueId
and QueueItem.ObjectId
values that are provided in this property are ignored by the operation. These values are obtained from the DestinationQueueId property and the Target property.