StagingSearchCriteria.StagingDataStatus Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the success or failure status of staging records.
public:
property Microsoft::MasterDataServices::StagingDataStatus StagingDataStatus { Microsoft::MasterDataServices::StagingDataStatus get(); void set(Microsoft::MasterDataServices::StagingDataStatus value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.StagingDataStatus StagingDataStatus { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.StagingDataStatus : Microsoft.MasterDataServices.StagingDataStatus with get, set
Public Property StagingDataStatus As StagingDataStatus
Property Value
One of the values of StagingDataStatus. Possible values are All, Error, and Successful.
- Attributes