ComplexPropertyCollectionTComplexPropertyIndexOf - метод
Searches for a specific property and return its zero-based index within the collection.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
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.