UserIdRequestMessageDisplayNames Property
Gets or sets the username.

Namespace:  Talisma.Server.Common.Dtos.LogicalIdentifier
 

Syntax
C#
public Collection<string> DisplayNames { get; set; }

Property Value

Type: CollectionString
The usernames.
See Also