AudienceSiteCollection class

Represents a collection of portal sites that are associated with a specific audience.

Inheritance hierarchy

System.Object
  Microsoft.Office.Server.Audience.AudienceSiteCollection

Namespace:  Microsoft.Office.Server.Audience
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Class AudienceSiteCollection _
    Implements ICollection, IEnumerable
'Usage
Dim instance As AudienceSiteCollection
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public class AudienceSiteCollection : ICollection, 
    IEnumerable

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

AudienceSiteCollection members

Microsoft.Office.Server.Audience namespace