SPWebApplication.MaxListItemRowStorage Property
Gets or sets the maximum row ordinal that a list item may have.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
Visual Basic (Declaration)
Public Property MaxListItemRowStorage As UInteger Get Set
Visual Basic (Usage)
Dim instance As SPWebApplication Dim value As UInteger value = instance.MaxListItemRowStorage instance.MaxListItemRowStorage = value
C#
public uint MaxListItemRowStorage { get; set; }
Exceptions
| Exception | Condition |
|---|---|
| SecurityException |
The current user is not a farm administrator. |
See Also
