public virtual string GetPropertyUpdateValue(
PropertyInfo property
)
Public Overridable Function GetPropertyUpdateValue (
property As PropertyInfo
) As String
public:
virtual 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.