OrderByCollectionAdd - метод |
Adds the specified property definition / sort direction pair to the collection.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public void Add(
PropertyDefinitionBase propertyDefinition,
SortDirection sortDirection
)
Public Sub Add (
propertyDefinition As PropertyDefinitionBase,
sortDirection As SortDirection
)
public:
void Add(
PropertyDefinitionBase^ propertyDefinition,
SortDirection sortDirection
)
member Add :
propertyDefinition : PropertyDefinitionBase *
sortDirection : SortDirection -> unit
Параметры
- propertyDefinition
- Тип: Tessa.Exchange.WebServices.DataPropertyDefinitionBase
The property definition. - sortDirection
- Тип: Tessa.Exchange.WebServices.DataSortDirection
The sort direction.
См. также