PickerEntity.MultipleMatches property

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property MultipleMatches As ArrayList
    Get
    Set
'Usage
Dim instance As PickerEntity
Dim value As ArrayList

value = instance.MultipleMatches

instance.MultipleMatches = value
[DataMemberAttribute]
public ArrayList MultipleMatches { get; set; }

Property value

Type: System.Collections.ArrayList
Returns ArrayList.

See also

Reference

PickerEntity class

PickerEntity members

Microsoft.SharePoint.WebControls namespace