Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the user account is valid.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public bool IsValid()
public:
bool IsValid()
Public Function IsValid As Boolean
Return Value
Type: System.Boolean
true if the user account is valid; otherwise, false.
See Also
IsValidāOverload
User Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top