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.
Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)
Syntax
public static bool IsExternalDisk(
    Disk disk
)
public:
static bool IsExternalDisk(
    Disk^ disk
)
Public Shared Function IsExternalDisk (
    disk As Disk
) As Boolean
Parameters
- disk 
 Type: Microsoft.WindowsServerSolutions.Storage.Disk- The Disk 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