VeriStand .NET API Reference

OpenProjectStep.UserName Property

Gets or sets the user name used to open the NI VeriStand project. This property is ignored if the project is already open.

Namespace: NationalInstruments.VeriStand.StimulusProfileDefinitionApi
Assembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Property UserName As String
C#
public string UserName { get; set; }
Visual C++
public:
property String^ UserName {
	String^ get ();
	void set (String^ value);
}

Property Value

The user name for the project.

See Also