Share via


UsageInfo.DiscussionStorage Property

Gets a value that specifies the total amount of disk space, in bytes, currently being used to store Web discussion comments in the site collection.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property DiscussionStorage As Long
    Get
'Usage
Dim instance As UsageInfo
Dim value As Long

value = instance.DiscussionStorage
[RemoteAttribute]
public long DiscussionStorage { get; }

Property Value

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

See Also

Reference

UsageInfo Class

UsageInfo Members

Microsoft.SharePoint.Client Namespace