StagingProcessResponse.BatchId Property

 

Gets or sets the batch identifier of the records that were previously unbatched.

Namespace:   Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[MessageBodyMemberAttribute]
public StagingBatch BatchId { get; set; }
public:
[MessageBodyMemberAttribute]
property StagingBatch^ BatchId {
    StagingBatch^ get();
    void set(StagingBatch^ value);
}
[<MessageBodyMemberAttribute>]
member BatchId : StagingBatch with get, set
<MessageBodyMemberAttribute>
Public Property BatchId As StagingBatch

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.StagingBatch

The batch identifier of the records that were previously unbatched.

See Also

StagingProcessResponse Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace

Return to top