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