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 类型的集合。

属性

适用于