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.6.0.22
public Collection<PropertyDefinitionBase> ErrorProperties { get; }
Public ReadOnly Property ErrorProperties As Collection(Of PropertyDefinitionBase)
Get
public:
property Collection<PropertyDefinitionBase^>^ ErrorProperties {
Collection<PropertyDefinitionBase^>^ get ();
}
member ErrorProperties : Collection<PropertyDefinitionBase> with get
Значение свойства
CollectionPropertyDefinitionBaseThe error properties list.