PropertySetAddRange - метод
Adds the specified properties to the property set.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
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 IEnumerablePropertyDefinitionBase
- The properties to add.