PickerDialog.Results property

Gets or sets a value that is used to assign predetermined query results or to retrieve the current query results.

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

Syntax

'Declaration
Public Property Results As DataTable
    Get
    Set
'Usage
Dim instance As PickerDialog
Dim value As DataTable

value = instance.Results

instance.Results = value
public DataTable Results { get; set; }

Property value

Type: System.Data.DataTable
A data table containing the results.

See also

Reference

PickerDialog class

PickerDialog members

Microsoft.SharePoint.WebControls namespace