The UnloadTapeAfter property controls tape media handling on completion of a backup or restore operation.
object.UnloadTapeAfter [= value]
object
Expression that evaluates to an object in the Applies To list
value
TRUE or FALSE
Boolean
Read/write
HRESULT GetUnloadTapeAfter(LPBOOL pRetVal);
HRESULT SetUnloadTapeAfter(BOOL NewValue);
If TRUE, the tape media in the tape device(s) is rewound and unloaded when the operation completes.
If FALSE (default), no attempt is made to rewind and unload the tape media.