JAMS Developer Guide
GetAccessControl() Method


MVPSI.JAMS Namespace > Variable Class > GetAccessControl Method : GetAccessControl() Method
Gets a VariableSecurity object that encapsulates the access control list (ACL) entries for the Variable described by the current Variable object.
Syntax
'Declaration
 
Public Overloads Function GetAccessControl() As VariableSecurity
'Usage
 
Dim instance As Variable
Dim value As VariableSecurity
 
value = instance.GetAccessControl()
public VariableSecurity GetAccessControl()
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
Overload List