Share via


ActivityTemplateVariable.Link2 property

Gets or sets a Link object that represents an additional link for an item in a feed.

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

Syntax

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

value = instance.Link2

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

Property value

Type: Microsoft.Office.Server.ActivityFeed.Link

Remarks

This value is used by ActivityTemplate when it is configured for a multivalued display.

See also

Reference

ActivityTemplateVariable class

ActivityTemplateVariable members

Microsoft.Office.Server.ActivityFeed namespace