Task.TaskName Property
- Updated2023-02-21
- 2 minute(s) read
Gets or sets the name of a Task.
Namespace:
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApiAssembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Property TaskName As String |
| C# |
|---|
public string TaskName { get; set; } |
| Visual C++ |
|---|
public: property String^ TaskName { String^ get (); void set (String^ value); } |
Property Value
The task name. This name must be a valid identifier.
Remarks
You can use the Utilities.IsValidIdentifier method to determine if a string is a valid identifier. |