VeriStand .NET API Reference

Expression.Identifier Property

Gets the identifier, if the expression evaluates to an identifier value.

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 ReadOnly Property Identifier As String
C#
public string Identifier { get; }
Visual C++
public:
property String^ Identifier {
	String^ get ();
}

Property Value

The identifier value.

See Also

Log in to get a better experience