RSS Documentation
FindInherACE Method (ACL)



Syntax
'Declaration
 
Public Function FindInherACE( _
   ByVal roleACE As ACE _
) As ACE
'Usage
 
Dim instance As ACL
Dim roleACE As ACE
Dim value As ACE
 
value = instance.FindInherACE(roleACE)
public ACE FindInherACE( 
   ACE roleACE
)
public:
ACE^ FindInherACE( 
   ACE^ roleACE
) 

Parameters

roleACE
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

ACL Class
ACL Members

Send Feedback