Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the list of staging batch records.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<MessageBodyMemberAttribute> _
Public Property StagingBatches As Collection(Of Identifier)
Get
Set
'Usage
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>)
Property Value
Type: System.Collections.ObjectModel.Collection<Identifier>
The list of staging batch records.
See Also
Reference
ModelMembersBulkCrudResponse Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace