IAccountServiceChangeLocalUserAccountPassword Method (String, String) | 
 
            Changes the password for the caller's account.
            
 
    Namespace: 
   Dundas.BI.AccountServices
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
SyntaxOperationResult ChangeLocalUserAccountPassword(
	string oldPassword,
	string newPassword
)
Function ChangeLocalUserAccountPassword ( 
	oldPassword As String,
	newPassword As String
) As OperationResult
OperationResult^ ChangeLocalUserAccountPassword(
	String^ oldPassword, 
	String^ newPassword
)
abstract ChangeLocalUserAccountPassword : 
        oldPassword : string * 
        newPassword : string -> OperationResult 
Parameters
- oldPassword
 - Type: SystemString
The old password. - newPassword
 - Type: SystemString
The new password. 
Return Value
Type: 
OperationResultAn object describing the result of the operation.
Exceptions
See Also