Share via


ActivityTemplateVariable.List property

Gets or sets a value that represents a variable-length multivalued collection of items.

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

Syntax

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

value = instance.List

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

Property value

Type: Microsoft.Office.Server.ActivityFeed.List

Remarks

Each item in the collection is defined by a Link object.

See also

Reference

ActivityTemplateVariable class

ActivityTemplateVariable members

Microsoft.Office.Server.ActivityFeed namespace