RuleCollectionItem - свойство

Gets the rule at the specified index in the collection.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public Rule this[
	int index
] { get; }

Параметры

index  Int32
The index of the rule to get.

Возвращаемое значение

Rule
The rule at the specified index.

См. также