다음을 통해 공유


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