Для изменения размера нажмите или перетащите

ServiceResponseErrorProperties - свойство

Gets information about property errors associated with the response. 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.

Пространство имён:  Tessa.Exchange.WebServices.Data
Сборка:  Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис
public Collection<PropertyDefinitionBase> ErrorProperties { get; }

Значение свойства

Тип: CollectionPropertyDefinitionBase
The error properties list.
См. также