JAMS Developer Guide
SetAccessRule Method (JAMSSecurity)


MVPSI.JAMS Namespace > JAMSSecurity Class : SetAccessRule Method
Syntax
'Declaration
 
Protected Sub SetAccessRule( _
   ByVal rule As System.Security.AccessControl.AccessRule _
) 
'Usage
 
Dim instance As JAMSSecurity
Dim rule As System.Security.AccessControl.AccessRule
 
instance.SetAccessRule(rule)
protected void SetAccessRule( 
   System.Security.AccessControl.AccessRule rule
)

Parameters

rule
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

JAMSSecurity Class
JAMSSecurity Members