ExecuteMultipleRequest.Requests Property

 

Applies To: Dynamics CRM 2015

Gets or sets the collection of message requests to execute.

Namespace:   Microsoft.Xrm.Sdk.Messages
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

public OrganizationRequestCollection Requests { get; set; }
public:
property OrganizationRequestCollection^ Requests {
    OrganizationRequestCollection^ get();
    void set(OrganizationRequestCollection^ value);
}
member Requests : OrganizationRequestCollection with get, set
Public Property Requests As OrganizationRequestCollection

Property Value

Type: Microsoft.Xrm.Sdk.OrganizationRequestCollection

Type: OrganizationRequestCollection
The collection of message requests to execute.

See Also

ExecuteMultipleRequest Class
Microsoft.Xrm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright