UserMgmtManager.UserRemains Method ()
Returns the number of user accounts that can be added.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public int UserRemains()
public:
int UserRemains()
Public Function UserRemains As Integer
Return Value
Type: System.Int32
The number of user accounts that can be added.
See Also
UserRemains Overload
UserMgmtManager Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top