Propriété StagingSearchCriteria.StagingBatches
Gets or sets the staging batches.
Espace de noms : Microsoft.MasterDataServices.Services.DataContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Syntaxe
'Déclaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property StagingBatches As Collection(Of Identifier)
Get
Friend Set
'Utilisation
Dim instance As StagingSearchCriteria
Dim value As Collection(Of Identifier)
value = instance.StagingBatches
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Identifier> StagingBatches { get; internal set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<Identifier^>^ StagingBatches {
Collection<Identifier^>^ get ();
internal: void set (Collection<Identifier^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member StagingBatches : Collection<Identifier> with get, internal set
function get StagingBatches () : Collection<Identifier>
internal function set StagingBatches (value : Collection<Identifier>)
Valeur de propriété
Type : System.Collections.ObjectModel.Collection<Identifier>
The collection of staging batches.
Voir aussi
Référence
Espace de noms Microsoft.MasterDataServices.Services.DataContracts