Share via


ContactData.ID property

Gets or sets the unique identifier (ID) of the user profile contact.

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

Syntax

'Declaration
Public Property ID As Long
    Get
    Set
'Usage
Dim instance As ContactData
Dim value As Long

value = instance.ID

instance.ID = value
public long ID { get; set; }

Property value

Type: System.Int64
The ID of the user profile contact.

See also

Reference

ContactData class

ContactData members

WebSvcUserProfileService namespace