Namespace: Cartella.SalesForce
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public void setPasswordAsync(
	string userId,
	string password,
	Object userState
)
Visual Basic
Public Sub setPasswordAsync ( _
	userId As String, _
	password As String, _
	userState As Object _
)
Visual C++
public:
void setPasswordAsync(
	String^ userId, 
	String^ password, 
	Object^ userState
)

Parameters

userId
Type: System..::..String
password
Type: System..::..String
userState
Type: System..::..Object

Remarks