IAccountServiceChangeLocalUserAccountPassword Method (Guid, String) |
Sets a local user account's password.
Namespace:
Dundas.BI.AccountServices
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax OperationResult 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
- Type: SystemGuid
The ID of the account. - newPassword
- Type: SystemString
The new password.
Return Value
Type:
OperationResultAn object describing the result of the operation.
Exceptions See Also