JAMS Developer Guide
InheritOnly Property


MVPSI.JAMS Namespace > GenericACE Class : InheritOnly Property
When set to true, this ACE is only for inheritance and does not affect the container where it is defined.
Syntax
'Declaration
 
Public Property InheritOnly As System.Boolean
'Usage
 
Dim instance As GenericACE
Dim value As System.Boolean
 
instance.InheritOnly = value
 
value = instance.InheritOnly
public System.bool InheritOnly {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