Partager via


StorageManager.IsExternalDisk Method (Disk)

 

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

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