MembershipManager.GetDataSet Method (MembershipSortType)
Returns a dataset of user profile memberships with a specified sorting.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Function GetDataSet ( _
sortType As MembershipSortType _
) As DataSet
'Usage
Dim instance As MembershipManager
Dim sortType As MembershipSortType
Dim returnValue As DataSet
returnValue = instance.GetDataSet(sortType)
public DataSet GetDataSet(
MembershipSortType sortType
)
Parameters
sortType
Type: Microsoft.Office.Server.UserProfiles.MembershipSortTypeA MembershipSortType value that specifies how to sort the memberships.
Return Value
Type: System.Data.DataSet
An object that represents the dataset.