public class EntityTenantCollection : WebReports.Api.Common.WrProtectedList<EntityTenant>
public class EntityTenantCollection : WebReports.Api.Common.WrProtectedList<EntityTenant>
Collection classes are enumerable Lists of a specific object type.
See the Example section for ways to iterate through and manipulate Collections.
myNewEntity.Tenants.Add(new EntityTenant(myNewEntity.Name, "Campaign Name", "companyId"));
System.Object
WebReports.Api.Reports.EntityTenantCollection