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
{{ message }}
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
when running the demo (great example btw) one extended property is created on the app level and added to a new user. The issue is that when you rerun the demo and doing a appObject.GetExtendedProperties() it returns 0 properties. Adding this same extended property will throw an exception then.
The same goes for retrievedUser.GetExtendedProperties() getting all the extendedproperties for a user.
thanks!
The text was updated successfully, but these errors were encountered:
If it is any help, my directory already has some extension properties and retrievedUser.GetExtendedProperties does in fact retrieve all the extended properties on the User.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi all,
when running the demo (great example btw) one extended property is created on the app level and added to a new user. The issue is that when you rerun the demo and doing a appObject.GetExtendedProperties() it returns 0 properties. Adding this same extended property will throw an exception then.
The same goes for retrievedUser.GetExtendedProperties() getting all the extendedproperties for a user.
thanks!
The text was updated successfully, but these errors were encountered: