FormComponent.List Property

Gets the value that represents the list of form components.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public ReadOnly Property List As SPList
    Get
'Usage
Dim instance As FormComponent
Dim value As SPList

value = instance.List
public SPList List { get; }

Property Value

Type: Microsoft.SharePoint.SPList

Remarks

This property is set in the thread context of the page browser so that all controls on the page have access to the SPList that the first control references by the first control which references this.

See Also

Reference

FormComponent Class

FormComponent Members

Microsoft.SharePoint.WebControls Namespace