Propriété ModelMembersBulkCrudResponse.StagingBatches
Gets or sets the list of staging batch records.
Espace de noms : Microsoft.MasterDataServices.Services.MessageContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Syntaxe
'Déclaration
<MessageBodyMemberAttribute> _
Public Property StagingBatches As Collection(Of Identifier)
Get
Set
'Utilisation
Dim instance As ModelMembersBulkCrudResponse
Dim value As Collection(Of Identifier)
value = instance.StagingBatches
instance.StagingBatches = value
[MessageBodyMemberAttribute]
public Collection<Identifier> StagingBatches { get; set; }
[MessageBodyMemberAttribute]
public:
property Collection<Identifier^>^ StagingBatches {
Collection<Identifier^>^ get ();
void set (Collection<Identifier^>^ value);
}
[<MessageBodyMemberAttribute>]
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>
The list of staging batch records.
Voir aussi
Référence
ModelMembersBulkCrudResponse Classe
Espace de noms Microsoft.MasterDataServices.Services.MessageContracts