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