JAMS Developer Guide
SetAuditRule(JobAuditRule) Method


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