UserInformation Class
This structure contains user information.
Inheritance Hierarchy
SystemObject
  Talisma.Server.Common.Dtos.LogicalIdentifierUserInformation

Namespace:  Talisma.Server.Common.Dtos.LogicalIdentifier
 

Syntax
C#
[SerializableAttribute]
public class UserInformation

The UserInformation type exposes the following members.

Properties
NameDescription
Public propertyLoginName
Gets or sets the login name of the user.
Public propertyPrimaryTeamId
Gets or sets the primary team identifier.
Public propertyUserID
Gets or sets the user identifier.
Public propertyUserName
Gets or sets the display name of the user.
Top
See Also