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.6.0.22
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.