|
SecurityHubQueryUserAccountByName Method
|
Finds the specified user account record by SID or database account name.
Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.205-beta
Syntax function QueryUserAccountByName(accountName);
View SourceParameters
- accountName String
- SID or database account name of requested user.
Return Value
UserAccountSpecified user account record.
See Also