VeriStand .NET API Reference

NewLogFilesCompleteEventArgs.Target Property

Gets a value indicating the name of the target that contains the log files.

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 Target As String
C#
public string Target { get; }
Visual C++
public:
property String^ Target {
	String^ get ();
}

Property Value

The name of the target.

See Also

Log in to get a better experience