Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets an array of batches for processing.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<MessageBodyMemberAttribute> _
Public Property Batches As Collection(Of Identifier)
Get
Set
'Usage
Dim instance As StagingClearRequest
Dim value As Collection(Of Identifier)
value = instance.Batches
instance.Batches = value
[MessageBodyMemberAttribute]
public Collection<Identifier> Batches { get; set; }
[MessageBodyMemberAttribute]
public:
property Collection<Identifier^>^ Batches {
Collection<Identifier^>^ get ();
void set (Collection<Identifier^>^ value);
}
[<MessageBodyMemberAttribute>]
member Batches : Collection<Identifier> with get, set
function get Batches () : Collection<Identifier>
function set Batches (value : Collection<Identifier>)
Property Value
Type: System.Collections.ObjectModel.Collection<Identifier>
Collection of type Identifier.
See Also
Reference
Microsoft.MasterDataServices.Services.MessageContracts Namespace