StagingSearchCriteria.StagingBatchStatus Property

Definition

Gets or sets the processing status of a staging batch.

public:
 property Microsoft::MasterDataServices::StagingBatchStatus StagingBatchStatus { Microsoft::MasterDataServices::StagingBatchStatus get(); void set(Microsoft::MasterDataServices::StagingBatchStatus value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public Microsoft.MasterDataServices.StagingBatchStatus StagingBatchStatus { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.StagingBatchStatus : Microsoft.MasterDataServices.StagingBatchStatus with get, set
Public Property StagingBatchStatus As StagingBatchStatus

Property Value

One of the values of StagingBatchStatus. Possible values are All, Cleared, Running, NotRunning, QueuedToClear, and QueuedToRun.

Attributes

Applies to