RSS Documentation
ACEs Property (URACL)



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

URACL Class
URACL Members

Send Feedback