Partager via


StorageManager.IsDriveWithSupportedFS Method (Drive)

 

Verifies whether the storage drive uses a file system that is supported by the storage provider.

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

Syntax

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

Parameters

Return Value

Type: System.Boolean

true if the drive uses a file system that is supported by the storage provider; otherwise, false.

See Also

StorageManager Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top