PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Tests whether an expression in a property with Expression Syntax evaluates to true.

Namespace: Smartsite.Core
Assembly:  Smartsite.Runtime (in Smartsite.Runtime.dll)

Syntax

C#Copy imageCopy Code
public bool TestPropertyExpression(
	 property,
	string expression
)
Visual Basic (Declaration)Copy imageCopy Code
Public Function TestPropertyExpression ( _
	property As , _
	expression As  _
) As 

Parameters

property
ModulePropertyInfo
The property.
expression
String
The expression.

Return Value

Boolean

See Also

Module Class
Smartsite.Core Namespace
Advanced