Share via


ActivityEvent.Publisher property

Gets or sets a value for the social entity (for example, user, organization, or group) that publishes this activity event.

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

Syntax

'Declaration
Public Property Publisher As Entity
    Get
    Set
'Usage
Dim instance As ActivityEvent
Dim value As Entity

value = instance.Publisher

instance.Publisher = value
public Entity Publisher { get; set; }

Property value

Type: Microsoft.Office.Server.ActivityFeed.Entity

See also

Reference

ActivityEvent class

ActivityEvent members

Microsoft.Office.Server.ActivityFeed namespace