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