UsageInfo.Storage 属性

Gets a value that specifies the total amount of disk space, in bytes, currently being used by the site collection.

命名空间:  Microsoft.SharePoint.Client
程序集:   Microsoft.SharePoint.Client.Silverlight(位于 Microsoft.SharePoint.Client.Silverlight.dll 中);  Microsoft.SharePoint.Client.Phone(位于 Microsoft.SharePoint.Client.Phone.dll 中)  Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)

语法

声明
Public ReadOnly Property Storage As Long
    Get
用法
Dim instance As UsageInfo
Dim value As Long

value = instance.Storage
public long Storage { get; }

属性值

类型:System.Int64
Int64
The total amount of disk space, in bytes. This value must be equal to or greater than 0.

另请参阅

引用

UsageInfo 类

UsageInfo 成员

Microsoft.SharePoint.Client 命名空间