SPUsageDefinition.MaxTotalSizeInBytes property

This property stores the maximum SQL storage size for the data of this provider.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overridable Property MaxTotalSizeInBytes As Long
    Get
    Set
'Usage
Dim instance As SPUsageDefinition
Dim value As Long

value = instance.MaxTotalSizeInBytes

instance.MaxTotalSizeInBytes = value
public virtual long MaxTotalSizeInBytes { get; set; }

Property value

Type: System.Int64
Returns Int64.

See also

Reference

SPUsageDefinition class

SPUsageDefinition members

Microsoft.SharePoint.Administration namespace