AccessGrantedProcesses Property
Collection of access rules that define which processes may access the virtual drive.
Syntax
public ProcessAccessRuleList getAccessGrantedProcesses();
Remarks
This property holds a collection of ProcessAccessRule objects representing rules that grant processes certain kinds of access to the virtual drive.
Please refer to the AddGrantedProcess and RemoveGrantedProcess methods for more information.
Note: The methods and properties related to process access lists are not intended to be used from multiple threads at once. Applications that wish to use said methods and properties from multiple threads are responsible for employing proper thread synchronization techniques to ensure that manipulation and enumeration of process access information occurs in a thread-safe manner.
This property is read-only and not available at design time.