ModelMembersBulkCrudResponse.StagingBatches Property

 

Gets or sets the list of staging batch records.

Namespace:   Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[MessageBodyMemberAttribute]
public Collection<Identifier> StagingBatches { get; set; }
public:
[MessageBodyMemberAttribute]
property Collection<Identifier^>^ StagingBatches {
    Collection<Identifier^>^ get();
    void set(Collection<Identifier^>^ value);
}
[<MessageBodyMemberAttribute>]
member StagingBatches : Collection<Identifier> with get, set
<MessageBodyMemberAttribute>
Public Property StagingBatches As Collection(Of Identifier)

Property Value

Type: System.Collections.ObjectModel.Collection<Identifier>

The list of staging batch records.

See Also

ModelMembersBulkCrudResponse Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace

Return to top