OrderByCollectionTryGetValue - метод |
Tries to get the value for a property definition in the collection.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public bool TryGetValue(
PropertyDefinitionBase propertyDefinition,
out SortDirection sortDirection
)
Public Function TryGetValue (
propertyDefinition As PropertyDefinitionBase,
<OutAttribute> ByRef sortDirection As SortDirection
) As Boolean
public:
bool TryGetValue(
PropertyDefinitionBase^ propertyDefinition,
[OutAttribute] SortDirection% sortDirection
)
member TryGetValue :
propertyDefinition : PropertyDefinitionBase *
sortDirection : SortDirection byref -> bool
Параметры
- propertyDefinition
- Тип: Tessa.Exchange.WebServices.DataPropertyDefinitionBase
The property definition. - sortDirection
- Тип: Tessa.Exchange.WebServices.DataSortDirection
The sort direction.
Возвращаемое значение
Тип:
BooleanTrue if collection contains property definition, otherwise false.
См. также