SelectResult::Results Property

.NET Framework (current version)
 

Gets a list of results.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
property IEnumerable^ Results {
	IEnumerable^ get();
	private: void set(IEnumerable^ value);
}

Property Value

Type: System.Collections::IEnumerable^

A list of results.

.NET Framework
Available since 4.6
Return to top
Show: