SPWeb.Fields-Eigenschaft

Ruft die Auflistung von Field-Objekte, die alle Felder in der Website darstellt.

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

Syntax

'Declaration
Public ReadOnly Property Fields As SPFieldCollection
    Get
'Usage
Dim instance As SPWeb
Dim value As SPFieldCollection

value = instance.Fields
public SPFieldCollection Fields { get; }

Eigenschaftswert

Typ: Microsoft.SharePoint.SPFieldCollection
Ein SPFieldCollection -Objekt, das die Felder darstellt.

Siehe auch

Referenz

SPWeb Klasse

SPWeb-Member

Microsoft.SharePoint-Namespace