VeriStand .NET API Reference

IWorkspace2.UnlockConnection Method

Unlocks the current VeriStand Gateway connection.

Namespace: NationalInstruments.VeriStand.ClientAPI
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Function UnlockConnection ( _
	password As String _
) As Error
C#
Error UnlockConnection(
	string password
)
Visual C++
Error^ UnlockConnection(
	String^ password
)

Parameters

password
Type: System.String
The password for the current connection.

Return Value

Returns an Error object. If no error occurs, the Code property of the Error object is 0.

See Also