DomainController.PageSize Property
NOTE: This API is now obsolete.
Obsolete.
Namespace: Microsoft.SharePoint.Portal.UserProfiles
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute(""Microsoft.SharePoint.Portal.UserProfiles.DomainController" is obsolete; use class "Microsoft.Office.Server.UserProfiles.Connection" instead")> _
Public Property PageSize As Integer
Get
Set
'Usage
Dim instance As DomainController
Dim value As Integer
value = instance.PageSize
instance.PageSize = value
[ObsoleteAttribute(""Microsoft.SharePoint.Portal.UserProfiles.DomainController" is obsolete; use class "Microsoft.Office.Server.UserProfiles.Connection" instead")]
public int PageSize { get; set; }
Property Value
Type: System.Int32