VeriStand .NET API Reference

DependentFile.RTDestination Property

Gets or sets the destination path, including the filename, for the file on the target. This property must be an absolute path.

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

Property Value

The absolute path to the destination.

See Also

Log in to get a better experience