VeriStand .NET API Reference

Table of Contents

BaseNode.Name Property

Gets the name of this node. To rename a node, use the RenameNode method.

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

Property Value

The name of the node.

See Also

Log in to get a better experience