VeriStand .NET API Reference

BaseNode.NodePath Property

Gets the path to the node within the system definition file.

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

Property Value

The path to the node.

See Also

Log in to get a better experience