Errors 属性
Gets or sets an array that contains any and all errors that occurred during the operation request.
命名空间: Microsoft.MasterDataServices
程序集: Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)
语法
声明
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Errors As Collection(Of Error)
Get
Set
用法
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>)
属性值
类型:System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'Error> ) > ) >
A collection of type Error.