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