Manager..::..ChangePassword Method

Changes the password.

Namespace:  JiwaFinancials.Jiwa.JiwaApplication
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public DialogResult ChangePassword(
	ref string NewPassword,
	Form OwnerForm,
	string Context
)
Public Function ChangePassword ( _
	ByRef NewPassword As String, _
	OwnerForm As Form, _
	Context As String _
) As DialogResult
public:
DialogResult^ ChangePassword(
	String^% NewPassword, 
	Form^ OwnerForm, 
	String^ Context
)

Parameters

NewPassword
Type: String%
The new password.
OwnerForm
Type: Form
Context
Type: String

Return Value

System.Windows.Forms.DialogResult.