TeamResponseMessage Class
This structure contains team information along with the status of the request.
Inheritance Hierarchy
SystemObject
  Talisma.Server.Common.Dtos.LogicalIdentifierTeamResponseMessage

Namespace:  Talisma.Server.Common.Dtos.LogicalIdentifier
 

Syntax
C#
[SerializableAttribute]
public class TeamResponseMessage

The TeamResponseMessage type exposes the following members.

Properties
NameDescription
Public propertyErrorCode
Gets or sets the error code.
Public propertyErrorDescription
Gets or sets the error description.
Public propertyTeamInformations
Gets or sets the team informations.
Top
See Also