PropertySetAddRange - метод |
Adds the specified properties to the property set.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public void AddRange(
IEnumerable<PropertyDefinitionBase> properties
)
Public Sub AddRange (
properties As IEnumerable(Of PropertyDefinitionBase)
)
public:
void AddRange(
IEnumerable<PropertyDefinitionBase^>^ properties
)
member AddRange :
properties : IEnumerable<PropertyDefinitionBase> -> unit
Параметры
- properties
- Тип: System.Collections.GenericIEnumerablePropertyDefinitionBase
The properties to add.
См. также