Web.AvailableFields-Eigenschaft
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.
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 AvailableFields As FieldCollection
Get
'Usage
Dim instance As Web
Dim value As FieldCollection
value = instance.AvailableFields
public FieldCollection AvailableFields { get; }
Eigenschaftswert
Typ: 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.
Hinweise
It must not be ein Nullverweis (Nothing in Visual Basic).