Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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