ActivityEvent.Link property

Gets or sets a value that represents a hyperlink corresponding to the activity event.

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

Syntax

'Declaration
Public Property Link As Link
    Get
    Set
'Usage
Dim instance As ActivityEvent
Dim value As Link

value = instance.Link

instance.Link = value
public Link Link { get; set; }

Property value

Type: Microsoft.Office.Server.ActivityFeed.Link

Remarks

An event that corresponds to the creation of a new content type would contain a link to that content type.

See also

Reference

ActivityEvent class

ActivityEvent members

Microsoft.Office.Server.ActivityFeed namespace