SPFieldMultiColumnValue class

Contains the value for an SPFieldMultiColumn object.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.SPFieldMultiColumnValue

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class SPFieldMultiColumnValue
'Usage
Dim instance As SPFieldMultiColumnValue
[SerializableAttribute]
public class SPFieldMultiColumnValue

Remarks

The SPFieldMultiColumnValue class includes an index that you can use to access specific "column" values.

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

SPFieldMultiColumnValue members

Microsoft.SharePoint namespace

Other resources

Custom Multicolumn Field Classes