ServiceResponse.ErrorProperties Property

Definition

Gets information about property errors associated with the response.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^> ^ ErrorProperties { System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^> ^ get(); };
public System.Collections.ObjectModel.Collection<Microsoft.Exchange.WebServices.Data.PropertyDefinitionBase> ErrorProperties { get; }
Public ReadOnly Property ErrorProperties As Collection(Of PropertyDefinitionBase)

Property Value

The error properties list.

Remarks

If Result is set to Success, ErrorProperties returns null. ErrorProperties is only available for some error codes. For example, when the error code is ErrorInvalidPropertyForOperation, ErrorProperties will contain the definition of the property that was invalid for the request.

Applies to