StagingBatch.Errors Property

Gets or sets an ArrayOfStagingBatchError complex type.

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

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Errors As Collection(Of StagingBatchError)
    Get
    Set
'Usage
Dim instance As StagingBatch
Dim value As Collection(Of StagingBatchError)

value = instance.Errors

instance.Errors = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<StagingBatchError> Errors { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<StagingBatchError^>^ Errors {
    Collection<StagingBatchError^>^ get ();
    void set (Collection<StagingBatchError^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Errors : Collection<StagingBatchError> with get, set
function get Errors () : Collection<StagingBatchError>
function set Errors (value : Collection<StagingBatchError>)

Property Value

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