Creates an object that will sort based on the value in the given
            property path
            
 
    Namespace: 
   Couchbase.Lite.Query
    Assembly:
   Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0713
 Syntax
Syntaxpublic static ISortOrder Property(
	string property
)
Parameters
- property
- Type: SystemString
 The path of the property whose value will be used
            to sort the results of the query
Return Value
Type: 
ISortOrderThe object that will perform the sort
 See Also
See Also