MembershipManager.GetDataSet Method (MembershipSortType)
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.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.MembershipSortType
Return Value
Type: System.Data.DataSet