Partager via


StorageManager.IsDriveWithREFS Method (Drive)

 

Verifies whether Resilient File System (ReFS) is supported on a storage drive.

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

Syntax

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

Parameters

Return Value

Type: System.Boolean

true if Resilient File System (ReFS) is supported on the drive; otherwise, false.

See Also

StorageManager Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top