Hi,
I need to distinguish if attribute is missing from AD Schema or has
null value <not set>
How to retrieve attribute when its value is null?
Why Properties.Contains("PropertyName") doesn't return attribute when
its value is not set?
I have checkbox that should be visible if attribute exist and not
visible if attribute is missing.
Thanks in advance for your help.