StagingBatch.Errors Propriedade

Definição

Obtém ou define uma matriz de mensagens de erro.

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)

Valor da propriedade

Uma coleção do tipo StagingBatchError.

Atributos

Aplica-se a