Share via


Entity.CreateSyndicationPerson Method

Creates a SyndicationPerson object out of this Entity object and returns it.

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

Syntax

'Declaration
Public Function CreateSyndicationPerson As SyndicationPerson
'Usage
Dim instance As Entity
Dim returnValue As SyndicationPerson

returnValue = instance.CreateSyndicationPerson()
public SyndicationPerson CreateSyndicationPerson()

Return Value

Type: System.ServiceModel.Syndication.SyndicationPerson

Remarks

This method matches the ActivityFeed concept of an Entity with the Syndication concept of a SyndicationPerson. For more information, see the documentation for ActivityTemplateVariable.

See Also

Reference

Entity Class

Entity Members

Microsoft.Office.Server.ActivityFeed Namespace