Partager via


StorageManager.IsDriveOnDynamicDisk Method (Drive)

 

Gets a value that describes if the specified drive is on a dynamic disk.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

Syntax

public static bool IsDriveOnDynamicDisk(
    Drive drive
)
public:
static bool IsDriveOnDynamicDisk(
    Drive^ drive
)
Public Shared Function IsDriveOnDynamicDisk (
    drive As Drive
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if the drive is on a dynamic disk; otherwise, false.

See Also

StorageManager Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top