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