Share via


UserProfileService.GetUserProfileByGuid Method

Gets user profile property information by GUID.

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

Syntax

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

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

Parameters

Return Value

Type: []

See Also

Reference

UserProfileService Class

UserProfileService Members

websvcUserProfileService Namespace