Freigeben über


SPWebApplication.MaxQueryLookupFields-Eigenschaft

Ruft ab oder legt die maximale Anzahl von Nachschlagefeldern, die in einer Abfrage der Liste Element enthalten sein können.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property MaxQueryLookupFields As UInteger
    Get
    Set
'Usage
Dim instance As SPWebApplication
Dim value As UInteger

value = instance.MaxQueryLookupFields

instance.MaxQueryLookupFields = value
public uint MaxQueryLookupFields { get; set; }

Eigenschaftswert

Typ: System.UInt32
UInt32
Die maximale Anzahl von Nachschlagefeldern, die enthalten sein können.

Ausnahmen

Ausnahme Bedingung
SecurityException

Der aktuelle Benutzer ist kein Farmadministrator sein.

Siehe auch

Referenz

SPWebApplication Klasse

SPWebApplication-Member

Microsoft.SharePoint.Administration-Namespace