The SkipTapeLabel property enables or disables, at a device level, backup operation logic that verifies that correct media is loaded.
object.SkipTapeLabel [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | True or False |
If True, media headers are not written. An existing media header is ignored.
If False (default), media headers are honored.
Boolean
Read/write
HRESULT GetSkipTapeLabel(LPBOOL pRetVal);
HRESULT SetSkipTapeLabel(BOOL NewValue);