The SkipTapeLabel property enables or disables, at a device level, backup operation logic that verifies that correct media is loaded.
object.SkipTapeLabel [= value]
object
Expression that evaluates to an object in the Applies To list
value
TRUE or FALSE
Boolean
Read/write before object creation. Read-only when referencing an existing BackupDevice object.
HRESULT GetSkipTapeLabel(LPBOOL pRetVal);
HRESULT SetSkipTapeLabel(BOOL NewValue);