Namespace: Contracts.Expressions.Properties
Assembly: Contracts (in Contracts.dll)

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
Type: string

input
Type: PropertyExpressionInfo

property_expression
Type: string

value
Type: PropertyExpressionInfo

Return Value

Type: 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