VeriStand .NET API Reference

AbstractDeclaration.Identifier Property

Gets or sets the name of the declared object. This name must be unique, and it must be a valid identifier. It cannot contain spaces or invalid characters.

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

Property Value

The name of the declared object.

Remarks

Note:

You can use the Utilities.IsValidIdentifier method to determine if a string is a valid identifier.

See Also

Log in to get a better experience