using (DirectorySearcher srch = new DirectorySearcher(String.Format(\"(memberOf= {0})\",p_Target.DistinguishedName))) { srch.PageSize = 2;
Look at this code and related article by Ethan Wilansky,
http://msdn.microsoft.com/en-us/magazine/dd250826.aspx?code=true&level=root&file=VLVSrch.cs
Does exactly what you want.