active-directory-dotnet-graphapi-console icon indicating copy to clipboard operation
active-directory-dotnet-graphapi-console copied to clipboard

appObject.GetExtendedProperties() returns null all the time

Open riccardobecker opened this issue 9 years ago • 1 comments

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!

riccardobecker avatar Jun 15 '15 11:06 riccardobecker

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.

LookingSharp avatar May 06 '16 21:05 LookingSharp