DeploymentStagingException.StagingBatchErrors Property

 

Gets the staging batch errors associated with the exception.

Namespace:   Microsoft.MasterDataServices.Deployment
Assembly:  Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)

Syntax

public Collection<StagingBatchError> StagingBatchErrors { get; }
public:
property Collection<StagingBatchError^>^ StagingBatchErrors {
    Collection<StagingBatchError^>^ get();
}
member StagingBatchErrors : Collection<StagingBatchError> with get
Public ReadOnly Property StagingBatchErrors As Collection(Of StagingBatchError)

Property Value

Type: System.Collections.ObjectModel.Collection<StagingBatchError>

The collection of staging batch errors associated with the exception.

See Also

DeploymentStagingException Class
Microsoft.MasterDataServices.Deployment Namespace

Return to top