PropertyExpressionEngine.Process (String, PropertyExpressionInfo, String, out PropertyExpressionInfo) Method

Protected Function Process( _ 
ByVal name As String, _ 
ByVal input As PropertyExpressionInfo, _ 
ByVal property_expression As String, _ 
ByRef value As PropertyExpressionInfo
) As Boolean
This language is not supported or no code example is available.
protected bool Process( 
string name
PropertyExpressionInfo input
string property_expression
out PropertyExpressionInfo value 
)
This language is not supported or no code example is available.
protected:  
bool Process( 
String^ name
PropertyExpressionInfo^ input
String^ property_expression
PropertyExpressionInfo^& value 
)
This language is not supported or no code example is available.
protected function Process( 
name : String
input : PropertyExpressionInfo
property_expression : String
value : PropertyExpressionInfo 
) : boolean;
This language is not supported or no code example is available.

Parameters

name
string

input
PropertyExpressionInfo

property_expression
string

value
PropertyExpressionInfo

Return Value

bool

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition