BPM.Server.OAL Namespace > IEditableOrgProvider Interface : ChangePassword Method |
'Declaration
Sub ChangePassword( _ ByVal account As String, _ ByVal orgPassword As String, _ ByVal newPassword As String _ )
'Usage
Dim instance As IEditableOrgProvider Dim account As String Dim orgPassword As String Dim newPassword As String instance.ChangePassword(account, orgPassword, newPassword)
void ChangePassword( string account, string orgPassword, string newPassword )
void ChangePassword( String^ account, String^ orgPassword, String^ newPassword )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2