Share via


ActivityPreference.EntityId property

Gets the identifier of the Entity object whose preference is stored in this ActivityPreference object.

Namespace:  Microsoft.Office.Server.ActivityFeed
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Property EntityId As Long
    Get
    Private Set
'Usage
Dim instance As ActivityPreference
Dim value As Long

value = instance.EntityId
public long EntityId { get; private set; }

Property value

Type: System.Int64

See also

Reference

ActivityPreference class

ActivityPreference members

Microsoft.Office.Server.ActivityFeed namespace