ActivityTemplateVariable.Owner Property

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

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 ActivityTemplateVariable
Dim value As Entity

value = instance.Owner

instance.Owner = value
public Entity Owner { 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