OperationResult.Errors 屬性

定義

取得或設定陣列,其中包含作業要求期間發生的所有錯誤。

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

屬性值

Collection<Error>

型別 Error 的集合。

屬性

適用於