Share via


List.Size property

Gets or sets a value indicating the size of the list.

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

Syntax

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

value = instance.Size

instance.Size = value
public long Size { get; set; }

Property value

Type: System.Int64

See also

Reference

List class

List members

Microsoft.Office.Server.ActivityFeed namespace