AudienceSiteCollection.Item Property (String)
Gets an array list of AudienceSite objects with the specified name from the collection.
Namespace: Microsoft.Office.Server.Audience
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
SiteURL As String _
) As ArrayList
Get
'Usage
Dim instance As AudienceSiteCollection
Dim SiteURL As String
Dim value As ArrayList
value = instance(SiteURL)
public ArrayList this[
string SiteURL
] { get; }
Parameters
SiteURL
Type: System.StringA string that contains the URL of the target site.
Property Value
Type: System.Collections.ArrayList
System.Collections.ArrayList. Object that contains a list of AudienceSite objects with the specified URL from the collection.