Method Property-Set set other property's value as a reference to propertiesName
During the Activity Editing time,when using Method Property-Set to set value for one property,usually set the property's exact reference to Parameter PropertiesName.Now in my project,there is a property 'A' whose value is another property's reference. Through the property A's value,I want to focus the referenced property and then set value for it. The problem is when I set value for the referenced property,how to set the parameter PropertiesName?How can I treat the property A's value as the Parameter PropertiesName?