Web.AvailableFields - Propriété
Gets a value that specifies the collection of all fields available for the current scope, including those of the current site, as well as any parent sites.
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 AvailableFields As FieldCollection
Get
'Utilisation
Dim instance As Web
Dim value As FieldCollection
value = instance.AvailableFields
public FieldCollection AvailableFields { get; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.FieldCollection
Returns a FieldCollection instance representing the collection of all fields available for the current scope, including those of the current site, as well as any parent sites.
Remarques
It must not be une référence Null (Rien dans Visual Basic).