ProfileValueCollectionBase.Item property

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Default Property Item ( _
    index As Integer _
) As Object
    Get
    Set
'Usage
Dim instance As ProfileValueCollectionBase
Dim index As Integer
Dim value As Object

value = instance(index)

instance(index) = value
public Object this[
    int index
] { get; set; }

Parameters

Property value

Type: System.Object

See also

Reference

ProfileValueCollectionBase class

ProfileValueCollectionBase members

Microsoft.Office.Server.UserProfiles namespace