RuleCollectionItem - свойство
Gets the rule at the specified index in the collection.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public Rule this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As Rule
Get
public:
property Rule^ default[int index] {
Rule^ get (int index);
}
member Item : Rule with get
- index Int32
- The index of the rule to get.
RuleThe rule at the specified index.