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.
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