PropertyCollection.RemoveSectionByName - Méthode

Remarque : cette API est désormais obsolète.

Supprime l'objet section spécifié 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 Sub RemoveSectionByName ( _
    strSectionName As String _
)
'Utilisation
Dim instance As PropertyCollection
Dim strSectionName As String

instance.RemoveSectionByName(strSectionName)
[ObsoleteAttribute("PropertyCollection is replaced by ProfileSubtypePropertyManager.")]
public void RemoveSectionByName(
    string strSectionName
)

Paramètres

Voir aussi

Référence

PropertyCollection classe

PropertyCollection - Membres

Microsoft.Office.Server.UserProfiles - Espace de noms