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