| 
            
              SecurityHubQueryUserAccount Method
             | 
          
        
        
            Finds the specified user account record.
            
        
        Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.257-beta
SyntaxPublic Function QueryUserAccount ( 
	id As Guid
) As UserAccount
function QueryUserAccount(id);
 View SourceParameters
- id  Guid
 - ID of requested user.
 
Return Value
UserAccountSpecified user account record.
See Also