Share via


ActivityEvent.EntityTypeId property

Gets the type identifier of the user who published this ActivityEvent.

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

Syntax

'Declaration
Public Property EntityTypeId As String
    Get
    Private Set
'Usage
Dim instance As ActivityEvent
Dim value As String

value = instance.EntityTypeId
public string EntityTypeId { get; private set; }

Property value

Type: System.String

Remarks

Possible values for this property are defined in EntityTypeIds.

See also

Reference

ActivityEvent class

ActivityEvent members

Microsoft.Office.Server.ActivityFeed namespace