ServiceResponse.ErrorProperties 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.
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.