active-directory-dotnet-graphapi-console
active-directory-dotnet-graphapi-console copied to clipboard
appObject.GetExtendedProperties() returns null all the time
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!
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.