RequestBatch.BatchItems Property

Definition

Items to execute

public:
 property System::Collections::Generic::List<Microsoft::Xrm::Tooling::Connector::BatchItemOrganizationRequest ^> ^ BatchItems { System::Collections::Generic::List<Microsoft::Xrm::Tooling::Connector::BatchItemOrganizationRequest ^> ^ get(); void set(System::Collections::Generic::List<Microsoft::Xrm::Tooling::Connector::BatchItemOrganizationRequest ^> ^ value); };
public System.Collections.Generic.List<Microsoft.Xrm.Tooling.Connector.BatchItemOrganizationRequest> BatchItems { get; set; }
member this.BatchItems : System.Collections.Generic.List<Microsoft.Xrm.Tooling.Connector.BatchItemOrganizationRequest> with get, set
Public Property BatchItems As List(Of BatchItemOrganizationRequest)

Property Value

Applies to