UserProfileService.GetUserProfileSchema Method

Gets information about each user profile property.

Namespace:  websvcUserProfileService
Assembly:  MOSSSOAP (in MOSSSOAP.dll)

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

Type: []
Microsoft.Office.Server.UserProfiles.PropertyInfo object that contains the schema information.

See Also

Reference

UserProfileService Class

UserProfileService Members

websvcUserProfileService Namespace