VeriStand .NET API Reference

LogFileOpenedEventArgs.SessionName Property

Gets a value indicating the unique name 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 SessionName As String
C#
public string SessionName { get; }
Visual C++
public:
property String^ SessionName {
	String^ get ();
}

Property Value

The name of the data logging session.

See Also

Log in to get a better experience