UserInfoManager.IsPartOfServerUsers Method ()
Indicates whether the current user account exists on the server.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public bool IsPartOfServerUsers()
public:
bool IsPartOfServerUsers()
Public Function IsPartOfServerUsers As Boolean
Return Value
Type: System.Boolean
true if the user account exists on the server; otherwise, false.
See Also
UserInfoManager Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top