ProfileValueCollectionBase.Item - Propriété
Espace de noms : Microsoft.Office.Server.UserProfiles
Assembly : Microsoft.Office.Server.UserProfiles (dans Microsoft.Office.Server.UserProfiles.dll)
Syntaxe
'Déclaration
Public Default Property Item ( _
index As Integer _
) As Object
Get
Set
'Utilisation
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; }
Paramètres
- index
Type : System.Int32
Valeur de propriété
Type : System.Object
Voir aussi
Référence
ProfileValueCollectionBase classe