Version

Property Method (FilterExpression)

Builds a property access expression for the provided property.
Syntax
public static PropertyReferenceFilterExpression Property( 
   string propertyName
)

Parameters

propertyName
The property name to build an expression for.

Return Value

The resulting expression.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also