ComplexPropertyCollectionTComplexPropertyIndexOf - метод

Searches for a specific property and return its zero-based index within the collection.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public int IndexOf(
	TComplexProperty complexProperty
)

Параметры

complexProperty  TComplexProperty
The property to locate in the collection.

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

Int32
The zero-based index of the property within the collection.

См. также