ProfileValueCollectionBase.ToString - Méthode
Convertit la valeur de cette propriété de profil à une chaîne.
Espace de noms : Microsoft.Office.Server.UserProfiles
Assembly : Microsoft.Office.Server.UserProfiles (dans Microsoft.Office.Server.UserProfiles.dll)
Syntaxe
'Déclaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Overrides Function ToString As String
'Utilisation
Dim instance As ProfileValueCollectionBase
Dim returnValue As String
returnValue = instance.ToString()
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public override string ToString()
Valeur renvoyée
Type : System.String
Voir aussi
Référence
ProfileValueCollectionBase classe