Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
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>)
Property Value
Type: System.Collections.ObjectModel.Collection<Error>
A collection of type Error.