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


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

Parameters

userSecurity
The JAMS User Security definition which is returned from this method
userName
User Name
userID
User ID
js
The JAMS Server to load from
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