EntityStagingBatch.Status Property

 

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

Gets or sets the current status of the batch.

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

Syntax

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

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.StagingBatchStatus

The current status of the batch.

See Also

EntityStagingBatch Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top