I'm thinking about something similar to this, but string is not the right data type....
Might not even be possible, I've googled this but might be googling the wrong terms.
Might not even be possible, I've googled this but might be googling the wrong terms.
C#:
public void updateProperty(string propertyName, string value)
{
propertyName = value;
}