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 命名空间