OrderByCollectionTryGetValue - метод
Tries to get the value for a property definition in the collection.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
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 PropertyDefinitionBase
- The property definition.
- sortDirection SortDirection
- The sort direction.
BooleanTrue if collection contains property definition, otherwise false.