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.1+2efecbe35c10dec386bb05925f2876c4acbb708d
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.