VeriStand .NET API Reference

OpenProjectStep.Password Property

Gets or sets the password used with the UserName to open the 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 Password As String
C#
public string Password { get; set; }
Visual C++
public:
property String^ Password {
	String^ get ();
	void set (String^ value);
}

Property Value

The password for the UserName.

See Also