VeriStand .NET API Reference

DataLoggingSessionStateChangeEventArgs.State Property

Gets a value indicating the state of the data logging session.

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 ReadOnly Property State As DataLoggingSessionState
C#
public DataLoggingSessionState State { get; }
Visual C++
public:
property DataLoggingSessionState State {
	DataLoggingSessionState get ();
}

Property Value

An enumeration of DataLoggingSessionState.

See Also