DataServer.TapeMode Property
Gets or sets a value indicating whether [tape mode].
public bool TapeMode {get; set;}
This language is not supported or no code example is available.
public:
property bool TapeMode {
bool get( );
void set(
bool value
);
}
This language is not supported or no code example is available.
public function get TapeMode() : boolean;
public function set TapeMode(value : boolean);
This language is not supported or no code example is available.
Property Value
bool
true
if [tape mode]; otherwise, false
.
In this article
Definition