JAMS Developer Guide
RemoveAuditRule(AppAuditRule) Method


MVPSI.JAMS Namespace > AppSecurity Class > RemoveAuditRule Method : RemoveAuditRule(AppAuditRule) Method
Removes the specified AppAuditRule from the AppSecurityObject.
Syntax
'Declaration
 
Public Overloads Function RemoveAuditRule( _
   ByVal rule As AppAuditRule _
) As System.Boolean
'Usage
 
Dim instance As AppSecurity
Dim rule As AppAuditRule
Dim value As System.Boolean
 
value = instance.RemoveAuditRule(rule)
public System.bool RemoveAuditRule( 
   AppAuditRule 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

AppSecurity Class
AppSecurity Members
Overload List