Для изменения размера нажмите или перетащите

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
)

Параметры

propertyDefinition
Тип: Tessa.Exchange.WebServices.DataPropertyDefinitionBase
The property definition.
sortDirection
Тип: Tessa.Exchange.WebServices.DataSortDirection
The sort direction.

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

Тип: Boolean
True if collection contains property definition, otherwise false.
См. также