SPFormContext.CSRFieldValueCollection property

Gets an ArrayList that returns pairs of SPField objects and their submitted value.

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

Syntax

'Declaration
Public ReadOnly Property CSRFieldValueCollection As ArrayList
    Get
'Usage
Dim instance As SPFormContext
Dim value As ArrayList

value = instance.CSRFieldValueCollection
public ArrayList CSRFieldValueCollection { get; }

Property value

Type: System.Collections.ArrayList
The ArrayList containing the SPField objects and their submitted value.

See also

Reference

SPFormContext class

SPFormContext members

Microsoft.SharePoint namespace