You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently doing a project with has a PropertySetList as a PropertyValue. When I tried to create one, the code threw an exception telling me it's not supported to do so. Creating the PropertyValue using the default constructor didn't work either because the setter of the property is private.
Can you tell me when can PropertySetList will be supported or at least which version I can revert to to make it work?
Thank you in advance.
The text was updated successfully, but these errors were encountered:
I'm currently doing a project with has a PropertySetList as a PropertyValue. When I tried to create one, the code threw an exception telling me it's not supported to do so. Creating the PropertyValue using the default constructor didn't work either because the setter of the property is private.
Can you tell me when can PropertySetList will be supported or at least which version I can revert to to make it work?
Thank you in advance.
The text was updated successfully, but these errors were encountered: