RequestBatch.BatchItems Property

 

Applies To: Dynamics CRM 2015

Items to execute

Namespace:   Microsoft.Xrm.Tooling.Connector
Assembly:  Microsoft.Xrm.Tooling.Connector (in Microsoft.Xrm.Tooling.Connector.dll)

Syntax

public List<BatchItemOrganizationRequest> BatchItems { get; set; }
public:
property List<BatchItemOrganizationRequest^>^ BatchItems {
    List<BatchItemOrganizationRequest^>^ get();
    void set(List<BatchItemOrganizationRequest^>^ value);
}
member BatchItems : List<BatchItemOrganizationRequest> with get, set
Public Property BatchItems As List(Of BatchItemOrganizationRequest)

Property Value

Type: System.Collections.Generic.List<BatchItemOrganizationRequest>

See Also

RequestBatch Class
Microsoft.Xrm.Tooling.Connector Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright