AccessDeniedProcesses Property
Collection of access rules that define which processes may not access the virtual drive.
Syntax
public ProcessAccessRuleList getAccessDeniedProcesses();
Remarks
This property holds a collection of ProcessAccessRule objects representing rules that deny processes certain kinds of access to the virtual drive.
Please refer to the AddDeniedProcess and RemoveDeniedProcess 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.