User.IsValid Method ()
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