PropertyExpressionEngine.HandleInjectedProperty Method
Public Function HandleInjectedProperty( _
ByVal data As Object, _
ByVal property As String, _
ByRef prop As PropertyExpressionInfo _
) As Boolean
This language is not supported or no code example is available.
public bool HandleInjectedProperty(
object data,
string property,
out PropertyExpressionInfo prop
)
This language is not supported or no code example is available.
public:
bool HandleInjectedProperty(
object^ data,
String^ property,
PropertyExpressionInfo^& prop
)
This language is not supported or no code example is available.
Parameters
- data
- object
<default>
- property
- string
<default>
<default>