PickerEntity.MultipleMatches Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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.