StagingBatch.Errors Property

 

Gets or sets the related errors in the batch.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<StagingBatchError> Errors { get; internal set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property Collection<StagingBatchError^>^ Errors {
    Collection<StagingBatchError^>^ get();
    internal: void set(Collection<StagingBatchError^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Errors : Collection<StagingBatchError> with get, internal set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property Errors As Collection(Of StagingBatchError)
    Get
    Friend Set
End Property

Property Value

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

The related errors in the batch.

See Also

StagingBatch Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top