Question
How to check for invalid characters in property name
Hi,
I'm looking for a way to validate a property name before it gets created. Basically, the name of the property is chosen at Runtime by a user, so I'll need to double-check if the Name entered for the property is valid.
Is there a service I can use to verify a specified Name for service AddPropertyDefinition?
Thanks!

