| ValueIndexItemProperty Method  | 
 
            Creates a value index item based on a given property path
            
 
    Namespace: 
   Couchbase.Lite.Query
    Assembly:
   Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0713
 Syntax
Syntaxpublic static IValueIndexItem Property(
	string property
)
Parameters
- property
- Type: SystemString
 The property path to base the index item on
Return Value
Type: 
IValueIndexItemThe created index item
 See Also
See Also