Web.Fields - Propriété
Gets the collection of field objects that represents all the fields in the Web site.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Fields As FieldCollection
Get
'Utilisation
Dim instance As Web
Dim value As FieldCollection
value = instance.Fields
public FieldCollection Fields { get; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.FieldCollection
A FieldCollection object that represents the fields.
Remarques
It must not be une référence Null (Rien dans Visual Basic).