Heureka API .NET Documentation
Evaluate Method (MapProperty)



Value to check
Checks if a value matches this MapProperty
Syntax
'Declaration
 
Public MustOverride Function Evaluate( _
   ByVal value As Object _
) As Boolean
'Usage
 
Dim instance As MapProperty
Dim value As Object
Dim value As Boolean
 
value = instance.Evaluate(value)
public abstract bool Evaluate( 
   object value
)
public:
abstract bool Evaluate( 
   Object^ value
) 

Parameters

value
Value to check

Return Value

True if the value is mapped by this MapProperty, false otherwise
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MapProperty Class
MapProperty Members

Send Feedback