StagingSearchCriteria.StagingBatches Property

 

Gets or sets the staging batches.

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

Syntax

[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Identifier> StagingBatches { get; internal set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property Collection<Identifier^>^ StagingBatches {
    Collection<Identifier^>^ get();
    internal: void set(Collection<Identifier^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member StagingBatches : Collection<Identifier> with get, internal set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property StagingBatches As Collection(Of Identifier)
    Get
    Friend Set
End Property

Property Value

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

The collection of staging batches.

See Also

StagingSearchCriteria Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top