Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies whether a storage disk is an external disk drive.
Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)
Syntax
public bool IsExternalDisk(
    Drive drive
)
public:
bool IsExternalDisk(
    Drive^ drive
)
Public Function IsExternalDisk (
    drive As Drive
) As Boolean
Parameters
- drive 
 Type: Microsoft.WindowsServerSolutions.Storage.Drive- The Drive object that contains the storage disk. 
Return Value
Type: System.Boolean
true if the disk is an external disk; otherwise, false.
See Also
IsExternalDisk Overload
StorageManager Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top