Share via


ContactData.UserProfileID property

Gets or sets the user profile ID of the user profile contact.

Namespace:  WebSvcUserProfileService
Assembly:  UserProfileServices (in UserProfileServices.dll)

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.

See also

Reference

ContactData class

ContactData members

WebSvcUserProfileService namespace