UserNameRequestMessageUserIds Property
Gets or sets the user ids.

Namespace:  Talisma.Server.Common.Dtos.LogicalIdentifier
 

Syntax
C#
public Collection<int> UserIds { get; set; }

Property Value

Type: CollectionInt32
The user ids.
See Also