VeriStand .NET API Reference

BaseNode.Description Property

Gets or sets the description of the node that appears in the Property Browser when you select the node in the Stimulus Profile Editor.

Namespace: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi
Assembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Property Description As String
C#
public string Description { get; set; }
Visual C++
public:
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