SPUserStorage.Length property
取得頁面上的 Web 組件他或她的個人化資訊的使用者正在使用的位元組數目。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property Length As Long
Get
'用途
Dim instance As SPUserStorage
Dim value As Long
value = instance.Length
public long Length { get; }
Property value
Type: System.Int64
64 位元的整數,表示的位元組數目。
備註
如果使用者具有未個人化的頁面上任何 Web 組件, Length屬性的值會是零。