Click or drag to resize

SecurityHubQueryUserAccount Method

Finds the specified user account record.

Namespace: GSF.Web.Security
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public UserAccount QueryUserAccount(
	Guid id
)
View Source

Parameters

id  Guid
ID of requested user.

Return Value

UserAccount
Specified user account record.
See Also