CustomAccessRights Property
Gets or sets custom access rights.
Syntax
'Declaration Protected Property CustomAccessRights As Integer
'Usage Dim instance As AccessControlEntry Dim value As Integer instance.CustomAccessRights = value value = instance.CustomAccessRights
protected int CustomAccessRights {get; set;}
Property Value
Application-specific access rights, usually defined as a bitflag.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