Share via


List.Items property

Gets a list containing the Link objects stored in this object.

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

Syntax

'Declaration
Public Property Items As Link()
    Get
    Set
'Usage
Dim instance As List
Dim value As Link()

value = instance.Items

instance.Items = value
public Link[] Items { get; set; }

Property value

Type: []

See also

Reference

List class

List members

Microsoft.Office.Server.ActivityFeed namespace