SetPropertyName()
SetPropertyName()
Definition
Sets a default property name to a custom string to be displayed on the UI.
Method Return Value
This method does not return a value.
Syntax
SetPropertyName(string propertyName, string displayName)
Method Parameters
Examples
If you do not wish to use specific properties accessible via SetPropertyName(), you will need to remove them from the list via Properties.Remove, as shown in the example above.

