VeriStand .NET API Reference

Comment.Text Property

Gets or sets the string that a comment contains.

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

Property Value

The text of the comment.

See Also

Log in to get a better experience