PropertyCollection.GetSectionByName Method

Gets a section by name.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public Function GetSectionByName ( _
    strSectionName As String _
) As Property
'Usage
Dim instance As PropertyCollection
Dim strSectionName As String
Dim returnValue As [Property]

returnValue = instance.GetSectionByName(strSectionName)
public Property GetSectionByName(
    string strSectionName
)

Parameters

Return Value

Type: Microsoft.Office.Server.UserProfiles.Property
Microsoft.SharePoint.Portal.UserProfiles.Property that contains the Property object.

See Also

Reference

PropertyCollection Class

PropertyCollection Members

Microsoft.Office.Server.UserProfiles Namespace