DriveInfo.MountPoint Property
Gets and sets the mount point.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
[DataMemberAttribute]
public string MountPoint { get; set; }
public:
[DataMemberAttribute]
property String^ MountPoint {
String^ get();
void set(String^ value);
}
<DataMemberAttribute>
Public Property MountPoint As String
Property Value
Type: System.String
The mount point.
See Also
DriveInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top