JAMS Developer Guide
AccessBits Property


MVPSI.JAMS Namespace > GenericACE Class : AccessBits Property
Gets and sets the bits that this ACE allows access to.
Syntax
'Declaration
 
Public Property AccessBits As System.Integer
'Usage
 
Dim instance As GenericACE
Dim value As System.Integer
 
instance.AccessBits = value
 
value = instance.AccessBits
public System.int AccessBits {get; set;}
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

GenericACE Class
GenericACE Members