Version

ShouldIncludeProperty Method

Returns true if a property should be included in the evaluation.
Syntax
public bool ShouldIncludeProperty( 
   string property,
   string path
)

Parameters

property
The property to check.
path
The path to the owner of the property.

Return Value

True if the propety should be included.
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