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