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: []