J
Jason MacKenzie
I'm new to C#. Can someone please explain to me what the second line means?
I'm trying to change it to VB.Net.
Thanks for any help.
Jason MacKenzie
int iUAC = (int)deUser.Properties["userAccountControl"].Value;
aAccountLocked = ((iUAC (int)ActiveDs.ADS_USER_FLAG.ADS_UF_LOCKOUT) != 0);
I'm trying to change it to VB.Net.
Thanks for any help.
Jason MacKenzie
int iUAC = (int)deUser.Properties["userAccountControl"].Value;
aAccountLocked = ((iUAC (int)ActiveDs.ADS_USER_FLAG.ADS_UF_LOCKOUT) != 0);