ServiceResponseCollectionTResponseOverallResult - свойство
Gets a value indicating the overall result of the request that generated this response collection.
If all of the responses have their Result property set to Success, OverallResult returns Success.
If at least one response has its Result property set to Warning and all other responses have their Result
property set to Success, OverallResult returns Warning. If at least one response has a its Result set to
Error, OverallResult returns Error.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 4.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
public ServiceResult OverallResult { get; }
Public ReadOnly Property OverallResult As ServiceResult
Get
public:
property ServiceResult OverallResult {
ServiceResult get ();
}
member OverallResult : ServiceResult with get
Значение свойства
ServiceResult