Partager via


UserMgmtManager.UserRemains Method (Boolean)

 

Note: This API is now obsolete.

Returns the number of user accounts that can be added.

Namespace:   Microsoft.WindowsServerSolutions.Users
Assembly:  UserObjectModel (in UserObjectModel.dll)

Syntax

[ObsoleteAttribute("Use int UserRemains() instead")]
public int UserRemains(
    bool bLocal
)
public:
[ObsoleteAttribute("Use int UserRemains() instead")]
int UserRemains(
    bool bLocal
)
<ObsoleteAttribute("Use int UserRemains() instead")>
Public Function UserRemains (
    bLocal As Boolean
) As Integer

Parameters

  • bLocal
    Type: System.Boolean

    true if the user account exists on the local computer; otherwise false.

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