JAMS Developer Guide
SetAccessControl Method (Variable)


MVPSI.JAMS Namespace > Variable Class : SetAccessControl Method
Applies access control list (ACL) entries described by a VariableSecurity object to the Variable described by the current Variable object.
Syntax
'Declaration
 
Public Sub SetAccessControl( _
   ByVal variableSecurity As VariableSecurity _
) 
'Usage
 
Dim instance As Variable
Dim variableSecurity As VariableSecurity
 
instance.SetAccessControl(variableSecurity)
public void SetAccessControl( 
   VariableSecurity variableSecurity
)

Parameters

variableSecurity
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

Variable Class
Variable Members