Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the maximum row ordinal that a list item may have.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property MaxListItemRowStorage As UInteger
Get
Set
'Usage
Dim instance As SPWebApplication
Dim value As UInteger
value = instance.MaxListItemRowStorage
instance.MaxListItemRowStorage = value
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. |