Entity.Clone Method
Creates a new instance 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 Clone As Entity
'Usage
Dim instance As Entity
Dim returnValue As Entity
returnValue = instance.Clone()
public Entity Clone()
Return Value
Type: Microsoft.Office.Server.ActivityFeed.Entity