Freigeben über


Errors-Eigenschaft

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

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Errors As Collection(Of Error)
    Get
    Set
'Usage
Dim instance As OperationResult
Dim value As Collection(Of Error)

value = instance.Errors

instance.Errors = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Error> Errors { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<Error^>^ Errors {
    Collection<Error^>^ get ();
    void set (Collection<Error^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Errors : Collection<Error> with get, set
function get Errors () : Collection<Error>
function set Errors (value : Collection<Error>)

Eigenschaftswert

Typ: System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'Error> ) > ) >
A collection of type Error.