Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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>)
Eigenschaftswert
Typ: System.Collections.ObjectModel.Collection<Identifier>
The list of staging batch records.
Siehe auch
Verweis
ModelMembersBulkCrudResponse Klasse
Microsoft.MasterDataServices.Services.MessageContracts-Namespace