SPSiteInventoryUsageEntry.MaxStorage Property
A value stored in a SPKeyValuePairSerializationInfo object that stores data needed to serialize and deserialize this [Microsoft.SharePoint.Administration.SPSiteInventoryUsageEntry] object.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property MaxStorage As Long
Get
Set
'Usage
Dim instance As SPSiteInventoryUsageEntry
Dim value As Long
value = instance.MaxStorage
instance.MaxStorage = value
public long MaxStorage { get; set; }
Property Value
Type: System.Int64
A Int64 representation of the max storage value.
See Also
Reference
SPSiteInventoryUsageEntry Class