JAMS 6.x Help
Load(UserSecurity,String,Server) Method


The JAMS User Security definition which is returned from this method.
User Name.
The JAMS Server
Load a User Security definition from the default JAMS Server.
Syntax
'Declaration
 
Public Overloads Shared Sub Load( _
   ByRef userSecurity As UserSecurity, _
   ByVal userName As System.String, _
   ByVal js As Server _
) 
'Usage
 
Dim userSecurity As UserSecurity
Dim userName As System.String
Dim js As Server
 
UserSecurity.Load(userSecurity, userName, js)
public static void Load( 
   out UserSecurity userSecurity,
   System.string userName,
   Server js
)

Parameters

userSecurity
The JAMS User Security definition which is returned from this method.
userName
User Name.
js
The JAMS Server
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UserSecurity Class
UserSecurity Members
Overload List