VeriStand .NET API Reference

DataLoggingFile.Destination Property

Gets or sets the destination for a DataLoggingFile on disk.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Overridable Property Destination As String
C#
public virtual string Destination { get; set; }
Visual C++
public:
virtual property String^ Destination {
	String^ get ();
	void set (String^ value);
}

Property Value

The path to the destination.

See Also

Log in to get a better experience