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.
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
- drive 
 Type: Microsoft.WindowsServerSolutions.Storage.Drive- The drive. 
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