StagingClearRequest.Batches Property

 

Gets or sets an array of batches for processing.

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

Syntax

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

Property Value

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

Collection of type Identifier.

See Also

StagingClearRequest Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace

Return to top