Share via


StagingBatch.Errors 속성

정의

오류 메시지 배열을 가져오거나 설정합니다.

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)

속성 값

StagingBatchError 형식의 컬렉션입니다.

특성

적용 대상