要求に関連付けられたエラーを取得または設定します。
名前空間: 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>
要求に関連付けられたエラー。