VeriStand .NET API Reference

SegmentingSpecification.MaxInstances Property

Gets or sets a value indicating the maximum number of file instances that can be created. A value of -1 indicates that an unlimited number of file instances can be created.

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 MaxInstances As Integer
C#
public int MaxInstances { get; set; }
Visual C++
public:
property int MaxInstances {
	int get ();
	void set (int value);
}

See Also

Log in to get a better experience