Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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.