Form class

A form provides a display and editing interface for a single list item.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.Form

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Class Form _
    Inherits ClientObject
'Usage
Dim instance As Form
public class Form : ClientObject

Remarks

A form has one associated Web Part instance (the form Web Part). Because a Web Part instance exists in the context of a page, a form always has an associated page. A form has a collection of settings flags defined.

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.

See also

Reference

Form members

Microsoft.SharePoint.Client namespace