string GetExpressionUpdateValue(
PropertyInfo property
)
Function GetExpressionUpdateValue (
property As PropertyInfo
) As String
String^ GetExpressionUpdateValue(
PropertyInfo^ property
)
function GetExpressionUpdateValue(property);
This function allows derived attribute implementations to adjust the update value based on property information, e.g., property type.
The expression update value is typically used to assign modeled property values back to expressions allowing synchronization of a model with an external source, e.g., a user interface element.
Default implementation should return $"Instance.{property.Name}".