SearchResults.Sorted Property

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

Namespace:  TLI
Assembly:  Microsoft.TLI.Interop (in Microsoft.TLI.Interop.dll)

Syntax

'Declaration
ReadOnly Property Sorted As Boolean
'Usage
Dim instance As SearchResults 
Dim value As Boolean 

value = instance.Sorted
bool Sorted { get; }
property bool Sorted {
    bool get ();
}
function get Sorted () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SearchResults Interface

SearchResults Members

TLI Namespace