Click or drag to resize
LCRMsgSP Property
Distributed Algorithm Simulator
Indicates whether a message is a special message or not. True: special message, False: regular message.

Namespace: DistributedAlgorithms
Assembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool SP { get; set; }

Property Value

Type: Boolean
See Also