OperationResult.Errors Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The errors associated with this request.
public:
property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::Error ^> ^ Errors { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::Error ^> ^ get(); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.Error> Errors { get; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.Errors : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.Error>
Public ReadOnly Property Errors As Collection(Of Error)
Property Value
A collection of type Error.
- Attributes