FormCollection class
Specifies a collection of list forms for a list.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.ClientObjectCollection
Microsoft.SharePoint.Client.ClientObjectCollection<Form>
Microsoft.SharePoint.Client.FormCollection
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Class FormCollection _
Inherits ClientObjectCollection(Of Form)
'Usage
Dim instance As FormCollection
public class FormCollection : ClientObjectCollection<Form>
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.