Warnings.StagingBatchErrors Property

Gets a collection of staging errors to treat as warnings.

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

Syntax

'Declaration
Public ReadOnly Property StagingBatchErrors As Collection(Of StagingBatchError)
    Get
'Usage
Dim instance As Warnings
Dim value As Collection(Of StagingBatchError)

value = instance.StagingBatchErrors
public Collection<StagingBatchError> StagingBatchErrors { get; }
public:
property Collection<StagingBatchError^>^ StagingBatchErrors {
    Collection<StagingBatchError^>^ get ();
}
member StagingBatchErrors : Collection<StagingBatchError>
function get StagingBatchErrors () : Collection<StagingBatchError>

Property Value

Type: System.Collections.ObjectModel.Collection<StagingBatchError>
A collection of staging errors to treat as warnings.