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