List.Forms property
Gets a value that specifies the collection of all list forms in the list.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Forms As FormCollection
Get
'Usage
Dim instance As List
Dim value As FormCollection
value = instance.Forms
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).