JAMS Developer Guide
SetAuditRule Method (JAMSSecurity)


MVPSI.JAMS Namespace > JAMSSecurity Class : SetAuditRule Method
Syntax
'Declaration
 
Protected Sub SetAuditRule( _
   ByVal rule As System.Security.AccessControl.AuditRule _
) 
'Usage
 
Dim instance As JAMSSecurity
Dim rule As System.Security.AccessControl.AuditRule
 
instance.SetAuditRule(rule)
protected void SetAuditRule( 
   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