JAMS Developer Guide
BatchQueueAccessRule Constructor


MVPSI.JAMS Namespace > BatchQueueAccessRule Class : BatchQueueAccessRule Constructor
Create a BatchQueueAccessRule
Syntax
'Declaration
 
Public Function New( _
   ByVal identityReference As System.Security.Principal.IdentityReference, _
   ByVal accessMask As BatchQueueRights, _
   ByVal isInherited As System.Boolean, _
   ByVal inheritanceFlags As System.Security.AccessControl.InheritanceFlags, _
   ByVal propagationFlags As System.Security.AccessControl.PropagationFlags, _
   ByVal type As System.Security.AccessControl.AccessControlType _
)
'Usage
 
Dim identityReference As System.Security.Principal.IdentityReference
Dim accessMask As BatchQueueRights
Dim isInherited As System.Boolean
Dim inheritanceFlags As System.Security.AccessControl.InheritanceFlags
Dim propagationFlags As System.Security.AccessControl.PropagationFlags
Dim type As System.Security.AccessControl.AccessControlType
 
Dim instance As New BatchQueueAccessRule(identityReference, accessMask, isInherited, inheritanceFlags, propagationFlags, type)
public BatchQueueAccessRule( 
   System.Security.Principal.IdentityReference identityReference,
   BatchQueueRights accessMask,
   System.bool isInherited,
   System.Security.AccessControl.InheritanceFlags inheritanceFlags,
   System.Security.AccessControl.PropagationFlags propagationFlags,
   System.Security.AccessControl.AccessControlType type
)

Parameters

identityReference
accessMask
isInherited
inheritanceFlags
propagationFlags
type
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

BatchQueueAccessRule Class
BatchQueueAccessRule Members