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
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Errors As Collection(Of StagingBatchError)
Get
Friend Set
'Usage
Dim instance As StagingBatch
Dim value As Collection(Of StagingBatchError)
value = instance.Errors
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<StagingBatchError> Errors { get; internal set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<StagingBatchError^>^ Errors {
Collection<StagingBatchError^>^ get ();
internal: void set (Collection<StagingBatchError^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Errors : Collection<StagingBatchError> with get, internal set
function get Errors () : Collection<StagingBatchError>
internal function set Errors (value : Collection<StagingBatchError>)
Property Value
Type: System.Collections.ObjectModel.Collection<StagingBatchError>
The related errors in the batch.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace