Hi All,
I am Using "UserAccountControl " Property to get value from Active Directory Users it is Working fine but for Some Users this property is not loading (which i checked by debug it )and throws null exception ... Can anybody Help me to find out the Solution.
I am Using Below code
var flag = ((int)de.Properties["userAccountControl"].Value);
Thanks & Regards
Gourav Saini