MountingPoints Property

Collection of mounting points for the virtual disk.

Syntax

public MountingPointList MountingPoints { get; }
Public ReadOnly Property MountingPoints As MountingPointList

Remarks

This property holds a collection of MountingPoint objects, each of which represents an available mounting point for the virtual disk.

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.

 
 
Copyright (c) 2020 Callback Technologies, Inc. - All rights reserved.
CBFS Disk 2020 .NET Edition - Version 20.0 [Build 7650]