JAMS Developer Guide
Load(Security,AccessObject) Method


MVPSI.JAMS Namespace > Security Class > Load Method : Load(Security,AccessObject) Method
Security ACL.
The type to load.
Load the general Security ACL of the specified type from the default JAMS Server.
Syntax
'Declaration
 
Public Overloads Shared Sub Load( _
   ByRef security As Security, _
   ByVal type As AccessObject _
) 
'Usage
 
Dim security As Security
Dim type As AccessObject
 
Security.Load(security, type)
public static void Load( 
   out Security security,
   AccessObject type
)

Parameters

security
Security ACL.
type
The type to load.
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

Security Class
Security Members
Overload List