JAMS Developer Guide
RemoveAuditRule Method (JAMSSecurity)


MVPSI.JAMS Namespace > JAMSSecurity Class : RemoveAuditRule Method
Syntax
'Declaration
 
Protected Function RemoveAuditRule( _
   ByVal rule As System.Security.AccessControl.AuditRule _
) As System.Boolean
'Usage
 
Dim instance As JAMSSecurity
Dim rule As System.Security.AccessControl.AuditRule
Dim value As System.Boolean
 
value = instance.RemoveAuditRule(rule)
protected System.bool RemoveAuditRule( 
   System.Security.AccessControl.AuditRule 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