Adds the specified property to the property set.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public void Add(
PropertyDefinitionBase property
)
Public Sub Add (
property As PropertyDefinitionBase
)
public:
void Add(
PropertyDefinitionBase^ property
)
member Add :
property : PropertyDefinitionBase -> unit
Параметры
- property
- Тип: Tessa.Exchange.WebServices.DataPropertyDefinitionBase
The property to add.
См. также