GetUserProfileByIndexResult.UserProfile Property

Gets or sets an array of name/value pairs for a user profile.

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

Syntax

'Declaration
Public Property UserProfile As PropertyData()
'Usage
Dim instance As GetUserProfileByIndexResult
Dim value As PropertyData()

value = instance.UserProfile

instance.UserProfile = value
public PropertyData[] UserProfile { get; set; }

Property Value

An array of name/value pairs for a user profile.

Remarks

For more information about property data, see the PropertyData class in the UserProfileService Web service.

See Also

Reference

GetUserProfileByIndexResult Class
GetUserProfileByIndexResult Members
User Profile Web Service