JAMS Developer Guide
AceFlags Property


MVPSI.JAMS Namespace > GenericACE Class : AceFlags Property
Gets and sets the ACE Flags
Syntax
'Declaration
 
Public Property AceFlags As System.Byte
'Usage
 
Dim instance As GenericACE
Dim value As System.Byte
 
instance.AceFlags = value
 
value = instance.AceFlags
public System.byte AceFlags {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