ContactData.UserProfileID Property
Gets or sets the user profile ID of the user profile contact.
Namespace: [UserProfileService Web service]
Web service reference: http://Site/_vti_bin/UserProfileService.asmx
Syntax
'Declaration
Public Property UserProfileID As Guid
Get
Set
'Usage
Dim instance As ContactData
Dim value As Guid
value = instance.UserProfileID
instance.UserProfileID = value
public Guid UserProfileID { get; set; }
Property Value
Type: System.Guid
The user profile ID of the user profile contact.