FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deUser..::..setAuthKey Method

Sets the authentication key.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool setAuthKey(
	string sAuthKey
)
Public Function setAuthKey ( _
	sAuthKey As String _
) As Boolean
public:
bool^ setAuthKey(
	String^ sAuthKey
)

Parameters

sAuthKey
Type: String
The s authentication key.

Return Value

true if XXXX, false otherwise.