AudienceCollection.Item property (String)

Gets the Audience object 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 ( _
    AudienceName As String _
) As Audience
    Get
'Usage
Dim instance As AudienceCollection
Dim AudienceName As String
Dim value As Audience

value = instance(AudienceName)
public Audience this[
    string AudienceName
] { get; }

Parameters

  • AudienceName
    Type: System.String

    A string that specifies the name of the Audience object.

Property value

Type: Microsoft.Office.Server.Audience.Audience
An object that represents the Audience object from the AudienceCollection with the specified name.

Remarks

In Microsoft Visual C#, the Item property is the indexer for the AudienceCollection class.

See also

Reference

AudienceCollection class

AudienceCollection members

Item overload

Microsoft.Office.Server.Audience namespace