AudienceCollection.Item property (Int32)

Gets the Audience object with the specified index 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 ( _
    Index As Integer _
) As Audience
    Get
'Usage
Dim instance As AudienceCollection
Dim Index As Integer
Dim value As Audience

value = instance(Index)
public Audience this[
    int Index
] { get; }

Parameters

  • Index
    Type: System.Int32

    A 32-bit integer that specifies the index.

Property value

Type: Microsoft.Office.Server.Audience.Audience
An object with the specified index.

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