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