StagingBatchInformation.Status Property

Definition

Gets or sets the status of the staging batch.

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

Property Value

StagingBatchStatus

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

Attributes

Applies to