StagingBatch.Errors Property

Definition

Gets or sets an array of error messages.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::StagingBatchError ^> ^ Errors { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::StagingBatchError ^> ^ get(); void set(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::StagingBatchError ^> ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.StagingBatchError> Errors { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.Errors : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.StagingBatchError> with get, set
Public Property Errors As Collection(Of StagingBatchError)

Property Value

A collection of type StagingBatchError.

Attributes

Applies to