Web.Fields-Eigenschaft
Gets the collection of field objects that represents all the fields in the Web site.
Namespace: Microsoft.SharePoint.Client
Assemblys: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Fields As FieldCollection
Get
'Usage
Dim instance As Web
Dim value As FieldCollection
value = instance.Fields
public FieldCollection Fields { get; }
Eigenschaftswert
Typ: Microsoft.SharePoint.Client.FieldCollection
A FieldCollection object that represents the fields.
Hinweise
It must not be ein Nullverweis (Nothing in Visual Basic).