Propriété OperationResult.Errors
Gets or sets the errors associated with the request.
Espace de noms : Microsoft.MasterDataServices.Services.DataContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Syntaxe
'Déclaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Errors As Collection(Of Error)
Get
Friend Set
'Utilisation
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>)
Valeur de propriété
Type : System.Collections.ObjectModel.Collection<Error>
The errors associated with the request.
Voir aussi
Référence
Espace de noms Microsoft.MasterDataServices.Services.DataContracts