MembershipManager.GetItems Method (Privacy, MembershipSortType)
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Function GetItems ( _
privacyLevel As Privacy, _
sortType As MembershipSortType _
) As Membership()
'Usage
Dim instance As MembershipManager
Dim privacyLevel As Privacy
Dim sortType As MembershipSortType
Dim returnValue As Membership()
returnValue = instance.GetItems(privacyLevel, _
sortType)
public Membership[] GetItems(
Privacy privacyLevel,
MembershipSortType sortType
)
Parameters
- privacyLevel
Type: Microsoft.Office.Server.UserProfiles.Privacy
- sortType
Type: Microsoft.Office.Server.UserProfiles.MembershipSortType
Return Value
Type: []