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.
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
drive
Type: Microsoft.WindowsServerSolutions.Storage.DriveThe Drive object that contains the storage drive.
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