Partager via


StorageManager.IsExternalDisk Method (Drive)

 

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

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