Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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