ComplexPropertyCollectionTComplexPropertyIndexOf - метод |
Searches for a specific property and return its zero-based index within the collection.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public int IndexOf(
TComplexProperty complexProperty
)
Public Function IndexOf (
complexProperty As TComplexProperty
) As Integer
public:
int IndexOf(
TComplexProperty complexProperty
)
member IndexOf :
complexProperty : 'TComplexProperty -> int
Параметры
- complexProperty
- Тип: TComplexProperty
The property to locate in the collection.
Возвращаемое значение
Тип:
Int32The zero-based index of the property within the collection.
См. также