JAMS Developer Guide
GetAccessControl(AccessControlSections) Method


MVPSI.JAMS Namespace > Variable Class > GetAccessControl Method : GetAccessControl(AccessControlSections) 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( _
   ByVal includeSections As System.Security.AccessControl.AccessControlSections _
) As VariableSecurity
'Usage
 
Dim instance As Variable
Dim includeSections As System.Security.AccessControl.AccessControlSections
Dim value As VariableSecurity
 
value = instance.GetAccessControl(includeSections)
public VariableSecurity GetAccessControl( 
   System.Security.AccessControl.AccessControlSections includeSections
)

Parameters

includeSections
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