次の方法で共有


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 型のコレクション。

属性

適用対象