SearchFilterExists(PropertyDefinitionBase) - конструктор |
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксисpublic Exists(
PropertyDefinitionBase propertyDefinition
)
Public Sub New (
propertyDefinition As PropertyDefinitionBase
)
public:
Exists(
PropertyDefinitionBase^ propertyDefinition
)
new :
propertyDefinition : PropertyDefinitionBase -> ExistsПараметры
- propertyDefinition
- Тип: Tessa.Exchange.WebServices.DataPropertyDefinitionBase
The definition of the property to check the existence of. Property definitions are available as static members from schema classes (for example, EmailMessageSchema.Subject, AppointmentSchema.Start, ContactSchema.GivenName, etc.)
См. также