Share via


UserInfo Constructor (UserInfo)

 

Creates a new instance of the UserInfo object, using the specified additional user information.

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

Syntax

public UserInfo(
    UserInfo other
)
public:
UserInfo(
    UserInfo^ other
)
Public Sub New (
    other As UserInfo
)

Parameters

See Also

UserInfo Overload
UserInfo Class
Microsoft.WindowsServerSolutions.Users Namespace

Return to top