Expression.IsValid Property
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
Gets whether the expression uses valid syntax.
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 ReadOnly Property IsValid As Boolean |
| C# |
|---|
public bool IsValid { get; } |
| Visual C++ |
|---|
public: property bool IsValid { bool get (); } |
Property Value
true (True in Visual Basic) if the expression is valid.
Remarks
This property only performs a syntax check. It does not perform more advanced checks such as whether variables are mapped to channels correctly.