StagingBatchInformation.PriorBatchId Property

 

Gets or sets an identifier of a prior attempted batch if the current batch is a reload of prior batch’s corrected error records.

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

Syntax

[DataMemberAttribute(EmitDefaultValue = false)]
public Identifier PriorBatchId { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property Identifier^ PriorBatchId {
    Identifier^ get();
    void set(Identifier^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member PriorBatchId : Identifier with get, set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property PriorBatchId As Identifier

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.Identifier

An identifier of a prior attempted batch.

See Also

StagingBatchInformation Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top