ActivityTemplateVariable.Publisher Property

Gets or sets a value representing the entity that publishes the feed.

Namespace:  Microsoft.Office.Server.ActivityFeed
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Property Publisher As Entity
    Get
    Set
'Usage
Dim instance As ActivityTemplateVariable
Dim value As Entity

value = instance.Publisher

instance.Publisher = value
public Entity Publisher { get; set; }

Property Value

Type: Microsoft.Office.Server.ActivityFeed.Entity

Remarks

The object in this property matches with SyndicationPerson.

See Also

Reference

ActivityTemplateVariable Class

ActivityTemplateVariable Members

Microsoft.Office.Server.ActivityFeed Namespace