JAMS 6.x Help
SetAccessControl Method (Setup)


Applies access control list (ACL) entries described by a SetupSecurity object to the Job described by the current Job object.
Syntax
'Declaration
 
Public Sub SetAccessControl( _
   ByVal setupSecurity As SetupSecurity _
) 
'Usage
 
Dim instance As Setup
Dim setupSecurity As SetupSecurity
 
instance.SetAccessControl(setupSecurity)
public void SetAccessControl( 
   SetupSecurity setupSecurity
)

Parameters

setupSecurity
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

Setup Class
Setup Members