PropertyCollection.RemoveSectionByName Method
Removes the specified section by name.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Sub RemoveSectionByName ( _
strSectionName As String _
)
'Usage
Dim instance As PropertyCollection
Dim strSectionName As String
instance.RemoveSectionByName(strSectionName)
public void RemoveSectionByName(
string strSectionName
)
Parameters
- strSectionName
Type: System.String
The name of the section.