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)
Available in Sandboxed Solutions: No

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