AudienceSiteCollection members
Represents a collection of portal sites that are associated with a specific audience.
The AudienceSiteCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets the number of audience sites in the collection. |
![]() |
IsSynchronized | Gets a value indicating whether access to the AudienceSiteCollection object is synchronized (thread safe). |
![]() |
Item[Int32] | Gets the AudienceSite object with the specified index from the collection. |
![]() |
Item[String] | Gets an array list of AudienceSite objects with the specified name from the collection. |
![]() |
SyncRoot | Returns the object that can be used to synchronize access to this collection. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
CopyTo | Copies the elements of the AudienceSiteCollection object to an array, starting at a specified index. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetEnumerator | Returns an enumerator that can iterate through the AudienceSiteCollection object. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top