Gets the protocol password.

Namespace:  GrassValley.Mseries.AppServer
Assembly:  GrassValley.Mseries.AppServer (in GrassValley.Mseries.AppServer.dll) Version: 1.0.0.0

Syntax

C#
public string GetProtocolPassword(
	int chanNum
)
Visual Basic (Declaration)
Public Function GetProtocolPassword ( _
	chanNum As Integer _
) As String
Visual C++
public:
virtual String^ GetProtocolPassword(
	int chanNum
) sealed

Parameters

chanNum
Type: System..::.Int32
The channel number

Return Value

protocol password

Implements

IAppServer2..::.GetProtocolPassword(Int32)

See Also