PersonInsightCollectionAddRange - метод |
Adds multiple person insights to the collection.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public void AddRange(
IEnumerable<PersonInsight> insights
)
Public Sub AddRange (
insights As IEnumerable(Of PersonInsight)
)
public:
void AddRange(
IEnumerable<PersonInsight^>^ insights
)
member AddRange :
insights : IEnumerable<PersonInsight> -> unit
Параметры
- insights
- Тип: System.Collections.GenericIEnumerablePersonInsight
The collection of person insights to add.
См. также