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.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
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.