Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the collection of fields in a list view.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.ClientObjectCollection
Microsoft.SharePoint.Client.ClientObjectCollection<String>
Microsoft.SharePoint.Client.ViewFieldCollection
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("SP.ViewFieldCollection", ServerTypeId := "{af975f76-8a94-4e6d-8325-bd1e20b7c301}")> _
Public Class ViewFieldCollection _
Inherits ClientObjectCollection(Of String)
'Usage
Dim instance As ViewFieldCollection
[ScriptTypeAttribute("SP.ViewFieldCollection", ServerTypeId = "{af975f76-8a94-4e6d-8325-bd1e20b7c301}")]
public class ViewFieldCollection : ClientObjectCollection<string>
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.