RuleOperationErrorItem - свойство |
Gets the rule error at the specified index.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public RuleError this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As RuleError
Get
public:
property RuleError^ default[int index] {
RuleError^ get (int index);
}
member Item : RuleError with get
Параметры
- index
- Тип: SystemInt32
The index of the rule error to get.
Возвращаемое значение
Тип:
RuleErrorThe rule error at the specified index.
См. также