Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an AudienceCollection object that contains information about portal sites associated with this audience.
Namespace: Microsoft.Office.Server.Audience
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property Audiences As AudienceCollection
Get
'Usage
Dim instance As AudienceSite
Dim value As AudienceCollection
value = instance.Audiences
public AudienceCollection Audiences { get; }
Property Value
Type: Microsoft.Office.Server.Audience.AudienceCollection
A Microsoft.Office.Server.Audience.AudienceCollection object that contains information about sites associated with this audience.
Remarks
The Audiences property is read-only.