| ExpressionProperty Method  | 
 
            Returns an expression representing the value of a named property
            
 
    Namespace: 
   Couchbase.Lite.Query
    Assembly:
   Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
 Syntax
Syntaxpublic static IPropertyExpression Property(
	string property
)
Parameters
- property
- Type: SystemString
 The name of the property to fetch
Return Value
Type: 
IPropertyExpressionAn expression representing the value of a named property
 See Also
See Also