GetUserProfileByIndexResult.UserProfile property
Gets or sets an array of information about user profile properties.
Namespace: WebSvcUserProfileService
Assembly: UserProfileServices (in UserProfileServices.dll)
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