SPSiteInventoryUsageEntry.MaxStorage property
NOTE: This API is now obsolete.
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)
Syntax
'Declaration
<ObsoleteAttribute("Site inventory collection is no longer necessary for the new analytics platform.")> _
Public Property MaxStorage As Long
Get
Set
'Usage
Dim instance As SPSiteInventoryUsageEntry
Dim value As Long
value = instance.MaxStorage
instance.MaxStorage = value
[ObsoleteAttribute("Site inventory collection is no longer necessary for the new analytics platform.")]
public long MaxStorage { get; set; }
Property value
Type: System.Int64
A Int64 representation of the max storage value.
See also
Reference
SPSiteInventoryUsageEntry class