OperationResult.Errors Property

Definition

Gets or sets an array that contains any and all errors that occurred during the operation request.

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)

Property Value

A collection of type Error.

Attributes

Applies to