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

Switch View :
ScriptFree
ActivityEvent.Owner Property

Gets or sets a value that represents the social entity (for example, user, organization, or group) that owns 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 Owner As Entity
	Get
	Set
Visual Basic (Usage)
Dim instance As ActivityEvent
Dim value As Entity

value = instance.Owner

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

Reference