G
Guest
Using vb.net, I saw a bunch of examples of using this variable type.
However, I never saw what I need to reference this, or didn't understand what
it was saying (more likely). All the examples start out with
Dim usr As IADsUser
But, I need more than that, since it tells me that IADsUser is not defined.
I have Imports System.DirectoryServices, but IADsUser is not an option.
I'm trying to figure out if an account is disabled.
Thanks!
However, I never saw what I need to reference this, or didn't understand what
it was saying (more likely). All the examples start out with
Dim usr As IADsUser
But, I need more than that, since it tells me that IADsUser is not defined.
I have Imports System.DirectoryServices, but IADsUser is not an option.
I'm trying to figure out if an account is disabled.
Thanks!