UserResponseMessageUserInformations Property
Gets or sets the user information.

Namespace:  Talisma.Server.Common.Dtos.LogicalIdentifier
 

Syntax
C#
public Collection<UserInformation> UserInformations { get; set; }

Property Value

Type: CollectionUserInformation
The user information.
See Also