Share via


DriveInUseRequest.InUse Property

 

Indicates whether a drive is being used. Use this after the request has completed successfully.

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

Syntax

public bool InUse { get; }
public:
property bool InUse {
    bool get();
}
Public ReadOnly Property InUse As Boolean

Property Value

Type: System.Boolean

true if the drive is being used; otherwise, false.

See Also

DriveInUseRequest Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top