User.IsValid Method (Boolean)
Determines whether the user account is valid, with the option to refresh the data.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public bool IsValid(
bool bRefresh
)
public:
bool IsValid(
bool bRefresh
)
Public Function IsValid (
bRefresh As Boolean
) As Boolean
Parameters
bRefresh
Type: System.Booleantrue to refresh the data; otherwise, false.
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