JAMS Developer Guide
RemoveAuditRuleAll(JobAuditRule) Method


MVPSI.JAMS Namespace > JobSecurity Class > RemoveAuditRuleAll Method : RemoveAuditRuleAll(JobAuditRule) Method
Removes all instances of the specified JobAuditRule from the JobSecurity object.
Syntax
'Declaration
 
Public Overloads Sub RemoveAuditRuleAll( _
   ByVal rule As JobAuditRule _
) 
'Usage
 
Dim instance As JobSecurity
Dim rule As JobAuditRule
 
instance.RemoveAuditRuleAll(rule)
public void RemoveAuditRuleAll( 
   JobAuditRule 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

JobSecurity Class
JobSecurity Members
Overload List