共用方式為


OperationResult.Errors 屬性

Gets or sets the errors associated with the request.

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services.Contracts (在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

語法

'宣告
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Errors As Collection(Of Error)
    Get 
    Friend Set
'用途
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>)

屬性值

型別:System.Collections.ObjectModel.Collection<Error>
The errors associated with the request.

請參閱

參考

OperationResult 類別

Microsoft.MasterDataServices.Services.DataContracts 命名空間