Gets or sets a custom IAutoTimestampStrategy. You do not need to set this property unless AutoTimestampMode is set to Custom, in which case it is mandatory.

Namespace:  Mindscape.LightSpeed
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public IAutoTimestampStrategy CustomAutoTimestampStrategy { get; set; }
Visual Basic (Declaration)
Public Property CustomAutoTimestampStrategy As IAutoTimestampStrategy

See Also