PropertyCollection.GetSectionByName - Méthode
Remarque : cette API est désormais obsolète.
Obtient une section par son nom.
Espace de noms : Microsoft.Office.Server.UserProfiles
Assembly : Microsoft.Office.Server.UserProfiles (dans Microsoft.Office.Server.UserProfiles.dll)
Syntaxe
'Déclaration
<ObsoleteAttribute("PropertyCollection is replaced by ProfileSubtypePropertyManager.")> _
Public Function GetSectionByName ( _
strSectionName As String _
) As Property
'Utilisation
Dim instance As PropertyCollection
Dim strSectionName As String
Dim returnValue As [Property]
returnValue = instance.GetSectionByName(strSectionName)
[ObsoleteAttribute("PropertyCollection is replaced by ProfileSubtypePropertyManager.")]
public Property GetSectionByName(
string strSectionName
)
Paramètres
strSectionName
Type : System.StringNom de la section.
Valeur renvoyée
Type : Microsoft.Office.Server.UserProfiles.Property
Le qui contient l'objet Property .