Partager via


User.Info Property

 

Gets the information that is associated with the user account.

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

Syntax

public UserInfo Info { get; }
public:
property UserInfo^ Info {
    UserInfo^ get();
}
Public ReadOnly Property Info As UserInfo

Property Value

Type: Microsoft.WindowsServerSolutions.Users.UserInfo

A UserInfo.

See Also

User Class
Microsoft.WindowsServerSolutions.Users Namespace

Return to top