SPFile.LengthByUser property

Gets a collection of user storage objects that contain information about each user of the Web Parts page, including the user name, user ID, and the number of bytes that the Web Part personalizations consume.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property LengthByUser As SPUserStorageCollection
    Get
'Usage
Dim instance As SPFile
Dim value As SPUserStorageCollection

value = instance.LengthByUser
public SPUserStorageCollection LengthByUser { get; }

Property value

Type: Microsoft.SharePoint.SPUserStorageCollection
An SPUserStorageCollection object that represents the user storage collection.

See also

Reference

SPFile class

SPFile members

Microsoft.SharePoint namespace