ActivityEvent.Publisher Property (Microsoft.Office.Server.ActivityFeed)

Switch View :
ScriptFree
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

Visual Basic (Declaration)
Public Property Publisher As Entity
	Get
	Set
Visual Basic (Usage)
Dim instance As ActivityEvent
Dim value As Entity

value = instance.Publisher

instance.Publisher = value
C#
public Entity Publisher { get; set; }
See Also

Reference