UserProfileService.GetUserProfileSchema Method

Gets information about each user profile property.

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

Syntax

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

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

Return Value

Microsoft.Office.Server.UserProfiles.PropertyInfo object that contains the schema information.

See Also

Reference

UserProfileService Class
UserProfileService Members
User Profile Web Service