UserResponseMessageUserInformations Property |
Gets or sets the user information.
Namespace: Talisma.Server.Common.Dtos.LogicalIdentifier
C#
public Collection<UserInformation> UserInformations { get; set; }
Property Value
Type: CollectionUserInformationThe user information.
