Click or drag to resize

ParticipationDTOIsPlayerSwap Property

Signals that this player was swapped with his partner: North was swapped with South, or East with West.

Namespace: BridgeSystems.Bridgemate.DataConnectorClasses.SharedDTO
Assembly: BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient (in BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient.dll) Version: 5.0.1014.1+c0d6f9bc4d7d415f4cee902c0a8eb3b5237ddd44
Syntax
C#
public bool IsPlayerSwap { get; set; }

Property Value

Boolean
Remarks
This property is only menaningful in conjunction with a PollQueueForNewParticipations command, or a PollQueueForAllParticipations> command.
See Also