Share via


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.String

    A 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.

See also

Reference

AudienceSiteCollection class

AudienceSiteCollection members

Item overload

Microsoft.Office.Server.Audience namespace