Share via


MultipleLookupField.Value property

Gets or sets the values of the lookup fields.

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

Syntax

'Declaration
Public Overrides Property Value As Object
    Get
    Set
'Usage
Dim instance As MultipleLookupField
Dim value As Object

value = instance.Value

instance.Value = value
public override Object Value { get; set; }

Property value

Type: System.Object
A SPFieldLookupValueCollection object that represents the values of the lookup fields.

See also

Reference

MultipleLookupField class

MultipleLookupField members

Microsoft.SharePoint.WebControls namespace