IAccountsProvider3SetLocalUserAccountNewPassword Method (Guid, String, SetPasswordOptions) | 
 
            Updates a local user account's password.
            
 
    Namespace: 
   Dundas.BI.AccountServices.Extensibility
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxvoid SetLocalUserAccountNewPassword(
	Guid accountId,
	string newPassword,
	SetPasswordOptions options
)
Sub SetLocalUserAccountNewPassword ( 
	accountId As Guid,
	newPassword As String,
	options As SetPasswordOptions
)
void SetLocalUserAccountNewPassword(
	Guid accountId, 
	String^ newPassword, 
	SetPasswordOptions^ options
)
abstract SetLocalUserAccountNewPassword : 
        accountId : Guid * 
        newPassword : string * 
        options : SetPasswordOptions -> unit 
Parameters
- accountId
 - Type: SystemGuid
The ID of the account. - newPassword
 - Type: SystemString
The new password. - options
 - Type: Dundas.BI.AccountServicesSetPasswordOptions
 
Exceptions
Remarks
See Also