RSS Documentation
ACEs Property (ACL)



Syntax
'Declaration
 
Public Property ACEs As ACECollection
'Usage
 
Dim instance As ACL
Dim value As ACECollection
 
instance.ACEs = value
 
value = instance.ACEs
public ACECollection ACEs {get; set;}
public:
property ACECollection^ ACEs {
   ACECollection^ get();
   void set (    ACECollection^ value);
}
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