Freigeben über


SPWebApplication.MaxListItemRowStorage-Eigenschaft

HINWEIS: Diese API ist veraltet.

Ruft ab oder legt die maximale Zeile ordinal, dass möglicherweise ein Listenelement.

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; }

Eigenschaftswert

Typ: System.UInt32
UInt32
Die maximale ordinal Zeile.

Ausnahmen

Ausnahme Bedingung
SecurityException

Der aktuelle Benutzer ist kein Farmadministrator sein.

Siehe auch

Referenz

SPWebApplication Klasse

SPWebApplication-Member

Microsoft.SharePoint.Administration-Namespace