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.