UsageInfo.StoragePercentageUsed 属性
Gets a value that specifies the ratio of the amount of disk space currently being used by the site collection to the maximum disk space specified in the site collection quota.
命名空间: 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 StoragePercentageUsed As Double
Get
用法
Dim instance As UsageInfo
Dim value As Double
value = instance.StoragePercentageUsed
public double StoragePercentageUsed { get; }
属性值
类型:System.Double
Double
The ratio of the amount of disk space currently being used by the site collection to the maximum disk space specified in the site collection quota. The server returns 0 if no maximum available storage is specified in the site collection quota. This value is equal to or greater than 0, and equal to or less than 1.