Gets or sets a value that represents the social entity (for example, user, organization, or group) that owns this activity event.
Public Property Owner As Entity Get Set
Dim instance As ActivityEvent Dim value As Entity value = instance.Owner instance.Owner = value
public Entity Owner { get; set; }