UserProfileService.GetUserProfileCount Method

Web Service: User ProfileWeb Reference: http://<Site>/_vti_bin/UserProfileService.asmx

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://microsoft.com/webservices/SharePointPortalServer/UserProfileService/GetUserProfileCount", RequestNamespace:="https://microsoft.com/webservices/SharePointPortalServer/UserProfileService", ResponseNamespace:="https://microsoft.com/webservices/SharePointPortalServer/UserProfileService", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Wrapped)> _
Public Function GetUserProfileCount As Long
'Usage
Dim instance As UserProfileService
Dim returnValue As Long

returnValue = instance.GetUserProfileCount
[SoapDocumentMethodAttribute("https://microsoft.com/webservices/SharePointPortalServer/UserProfileService/GetUserProfileCount", RequestNamespace="https://microsoft.com/webservices/SharePointPortalServer/UserProfileService", ResponseNamespace="https://microsoft.com/webservices/SharePointPortalServer/UserProfileService", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)] 
public long GetUserProfileCount ()

See Also

Reference

UserProfileService Class
UserProfileService Members
User Profile Web Service