GetUserProfileByIndexResult.UserProfile Property
Gets or sets an array of information about user profile properties.
Namespace: [UserProfileService Web service]
Web service reference: http://Site/_vti_bin/UserProfileService.asmx
Syntax
'Declaration
Public Property UserProfile As PropertyData()
Get
Set
'Usage
Dim instance As GetUserProfileByIndexResult
Dim value As PropertyData()
value = instance.UserProfile
instance.UserProfile = value
public PropertyData[] UserProfile { get; set; }
Property Value
Type: []
An array of information about user profile properties.
See Also
Reference
GetUserProfileByIndexResult Class