OperationResult.Errors Property
Gets or sets the errors associated with the request.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Errors As Collection(Of Error)
Get
Friend Set
'Usage
Dim instance As OperationResult
Dim value As Collection(Of Error)
value = instance.Errors
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Error> Errors { get; internal set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<Error^>^ Errors {
Collection<Error^>^ get ();
internal: void set (Collection<Error^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Errors : Collection<Error> with get, internal set
function get Errors () : Collection<Error>
internal function set Errors (value : Collection<Error>)
Property Value
Type: System.Collections.ObjectModel.Collection<Error>
The errors associated with the request.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace