MountingPoints Property
Collection of mounting points for the virtual drive.
Syntax
public MountingPointList getMountingPoints();
Remarks
This property holds a collection of MountingPoint objects, each of which represents an available mounting point for the virtual drive.
Please refer to the AddMountingPoint and RemoveMountingPoint methods for more information.
Note: The methods and properties related to mounting points 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 mounting points occurs in a thread-safe manner.
This property is read-only and not available at design time.