VeriStand .NET API Reference

TimeSegmentingSpecification.TimeLimit Property

Gets or sets a value indicating the time in seconds after which a log file will be segmented. This value cannot be negative.

Namespace: NationalInstruments.VeriStand.ClientAPI.Logging
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Property TimeLimit As Double
C#
public double TimeLimit { get; set; }
Visual C++
public:
property double TimeLimit {
	double get ();
	void set (double value);
}

See Also