EntityStagingProcessResponse.BatchId Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

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 int BatchId { get; set; }
public:
[MessageBodyMemberAttribute]
property int BatchId {
    int get();
    void set(int value);
}
[<MessageBodyMemberAttribute>]
member BatchId : int with get, set
<MessageBodyMemberAttribute>
Public Property BatchId As Integer

Property Value

Type: System.Int32

The batch identifier of the records that were previously unbatched.

See Also

EntityStagingProcessResponse Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace

Return to top