string GetPropertyUpdateValue(
PropertyInfo property
)
Function GetPropertyUpdateValue (
property As PropertyInfo
) As String
String^ GetPropertyUpdateValue(
PropertyInfo^ property
)
function GetPropertyUpdateValue(property);
This function allows derived attribute implementations to adjust the expression based on property information, e.g., property type.
The property update value is typically used to assign expression values to a modeled type.
Default implementation should return Expression.