List.Forms Property

Gets a value that specifies the collection of all list forms in the list.

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
<RemoteAttribute> _
Public ReadOnly Property Forms As FormCollection
    Get
'Usage
Dim instance As List
Dim value As FormCollection

value = instance.Forms
[RemoteAttribute]
public FormCollection Forms { get; }

Property Value

Type: Microsoft.SharePoint.Client.FormCollection
Returns a FormCollection instance representing the collection of all list forms in the list.

Exceptions

Exception Condition
[System.UnauthorizedAccessException]

The current user has insufficient permissions. Error code: -2147024891.

Remarks

It must not be a null reference (Nothing in Visual Basic).

See Also

Reference

List Class

List Members

Microsoft.SharePoint.Client Namespace