IAccountServiceChangeLocalUserAccountPassword(Guid, String) Method |
Sets a local user account's password.
Namespace: Dundas.BI.AccountServicesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxOperationResult ChangeLocalUserAccountPassword(
Guid accountId,
string newPassword
)
Function ChangeLocalUserAccountPassword (
accountId As Guid,
newPassword As String
) As OperationResult
OperationResult^ ChangeLocalUserAccountPassword(
Guid accountId,
String^ newPassword
)
abstract ChangeLocalUserAccountPassword :
accountId : Guid *
newPassword : string -> OperationResult Parameters
- accountId Guid
- The ID of the account.
- newPassword String
- The new password.
Return Value
OperationResultAn object describing the result of the operation.
Exceptions
See Also