SPFile.LengthByUser property
取得包含Web Parts page,包括使用者名稱、 使用者 ID 和網頁組件個人化項目使用的位元組數目的每個使用者的相關資訊的使用者儲存物件的集合。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property LengthByUser As SPUserStorageCollection
Get
'用途
Dim instance As SPFile
Dim value As SPUserStorageCollection
value = instance.LengthByUser
public SPUserStorageCollection LengthByUser { get; }
Property value
Type: Microsoft.SharePoint.SPUserStorageCollection
表示使用者儲存集合的SPUserStorageCollection物件。