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