UserFlags ADS_UF Constants

  • Thread starter Thread starter Tim Munro
  • Start date Start date
T

Tim Munro

Hi all,

Where can I find a list of ALL the ADS_UF constants used for defining
the userAccountControl property?

Thanks.
 
Tim said:
Hi all,

Where can I find a list of ALL the ADS_UF constants used for
defining the userAccountControl property?

Doesn't sound you have a problem with the VB.Net language, do you?


However, this seems to be what you're looking for:
http://msdn.microsoft.com/en-us/library/aa772300.aspx

After doing some research, the Framework equivalent seems to be:
System.DirectoryServices.AccountManagement.AuthenticablePrincipal


Armin
 
Back
Top