ScalarDelayedByLink Properties | 
The ScalarDelayedByLink type exposes the following members.
| Name | Description | |
|---|---|---|
| DirectionOfDelay | 
            Gets or sets an enumeration indicating the direction of the delay to apply to ScalarToDelay.
            If the direction is receiving, the ScalarToDelay will be evaluated
            at a time prior to this scalar, representing the offset to the time of transmission.
            If the role is transmitting, the ScalarToDelay will be evaluated
            at a time after this scalar, representing the offset to the time of reception.
            By default, the value is: receiving.
              | |
| IsFrozen | 
            Gets a value indicating whether this object is frozen.  A frozen object cannot be modified and an
            ObjectFrozenException will be thrown if an attempt is made to do so.
              (Inherited from DefinitionalObject.) | |
| PathForTimeDelay | 
            Gets or sets the path from which to obtain the link delay.
              | |
| ScalarToDelay | 
            Gets or sets the scalar which is delayed by the PathForTimeDelay.
              |