StagingSearchCriteria.StagingBatchStatus Property

 

Gets or sets the status of a staging batch.

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

Syntax

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

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.StagingBatchStatus

The status of a staging batch.

See Also

StagingSearchCriteria Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top