RuleOperationErrorItem - свойство
Gets the rule error at the specified index.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
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 Int32
- The index of the rule error to get.
RuleErrorThe rule error at the specified index.