| FullTextIndexItemProperty Method  | 
  
    Namespace: 
   Couchbase.Lite.Query
    Assembly:
   Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0713
 Syntax
Syntaxpublic static IFullTextIndexItem Property(
	string property
)
Parameters
- property
- Type: SystemString
 The property name to base the index item on
Return Value
Type: 
IFullTextIndexItemThe created index item
 See Also
See Also