FullTextIndexItemProperty Method |
Namespace:
Couchbase.Lite.Query
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax public 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