Share via


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