Partager via


Drive.MountPoint Property

 

Gets the mount point of the drive.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

Syntax

public string MountPoint { get; internal set; }
public:
property String^ MountPoint {
    String^ get();
    internal: void set(String^ value);
}
Public Property MountPoint As String
    Get
    Friend Set
End Property

Property Value

Type: System.String

A string that contains the mount point.

See Also

Drive Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top