de la propiedad ProfileValueCollectionBase.Item
Espacio de nombres: Microsoft.Office.Server.UserProfiles
Ensamblado: Microsoft.Office.Server.UserProfiles (en Microsoft.Office.Server.UserProfiles.dll)
Sintaxis
'Declaración
Public Default Property Item ( _
index As Integer _
) As Object
Get
Set
'Uso
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; }
Parámetros
- index
Tipo: System.Int32
Valor de propiedad
Tipo: System.Object
Vea también
Referencia
clase ProfileValueCollectionBase