VeriStand .NET API Reference

Table of Contents

BaseNode.Description Property

Gets or sets the description of this node.

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

Property Value

The description of the node.

See Also

Log in to get a better experience