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
'Declaration
Public Property Owner As Entity
Get
Set
'Usage
Dim instance As ActivityEvent
Dim value As Entity
value = instance.Owner
instance.Owner = value
public Entity Owner { get; set; }
Property Value
Type: Microsoft.Office.Server.ActivityFeed.Entity