ActivityTemplateVariable.Link property
Gets or sets a Link object that represents 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 Link As Link
Get
Set
'Usage
Dim instance As ActivityTemplateVariable
Dim value As Link
value = instance.Link
instance.Link = value
public Link Link { get; set; }
Property value
Type: Microsoft.Office.Server.ActivityFeed.Link
Remarks
The object in this property matches with SyndicationLink. This object is also contained in the List property.
See also
Reference
ActivityTemplateVariable class