Partager via


Propriété StagingSearchCriteria.StagingBatches

Gets or sets an array that contains the staging batch identifiers.

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property StagingBatches As Collection(Of Identifier)
    Get
    Set
'Utilisation
Dim instance As StagingSearchCriteria
Dim value As Collection(Of Identifier)

value = instance.StagingBatches

instance.StagingBatches = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Identifier> StagingBatches { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<Identifier^>^ StagingBatches {
    Collection<Identifier^>^ get ();
    void set (Collection<Identifier^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member StagingBatches : Collection<Identifier> with get, set
function get StagingBatches () : Collection<Identifier>
function set StagingBatches (value : Collection<Identifier>)

Valeur de propriété

Type : System.Collections.ObjectModel.Collection<Identifier>
A collection of type Identifier.

Voir aussi

Référence

StagingSearchCriteria Classe

Espace de noms Microsoft.MasterDataServices