Share via


MembershipManager.GetItems Method (MembershipSortType)

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

Syntax

'Declaration
Public Function GetItems ( _
    sortType As MembershipSortType _
) As Membership()
'Usage
Dim instance As MembershipManager
Dim sortType As MembershipSortType
Dim returnValue As Membership()

returnValue = instance.GetItems(sortType)
public Membership[] GetItems(
    MembershipSortType sortType
)

Parameters

Return Value

Type: []

See Also

Reference

MembershipManager Class

MembershipManager Members

GetItems Overload

Microsoft.Office.Server.UserProfiles Namespace