PersonInsightCollectionAddRange - метод
Adds multiple person insights to the collection.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
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 IEnumerablePersonInsight
- The collection of person insights to add.