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.1.4+115fce864fec7bf37ea70396e6660596be991d3b
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.