SPWebApplication.MaxListItemRowStorage property
NOTE: This API is now obsolete.
Gets or sets the maximum row ordinal that a list item may have.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("MaxListItemRowStorage is obsolete.")> _
Public Property MaxListItemRowStorage As UInteger
Get
Set
'Usage
Dim instance As SPWebApplication
Dim value As UInteger
value = instance.MaxListItemRowStorage
instance.MaxListItemRowStorage = value
[ObsoleteAttribute("MaxListItemRowStorage is obsolete.")]
public uint MaxListItemRowStorage { get; set; }
Property value
Type: System.UInt32
UInt32
The maximum row ordinal.
Exceptions
Exception | Condition |
---|---|
SecurityException | The current user is not a farm administrator. |