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) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
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.