IDiscFormat2EraseFullErase Property |
Namespace:
IMAPI2.axlib
Assembly:
CSDVDCDBurner (in CSDVDCDBurner.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax bool FullErase { get; set; }
Property FullErase As Boolean
Get
Set
Dim instance As IDiscFormat2Erase
Dim value As Boolean
value = instance.FullErase
instance.FullErase = value
abstract FullErase : bool with get, set
/** @property */
boolean get_FullErase()
/** @property */
void set_FullErase(boolean value)
function get FullErase () : boolean
function set FullErase (value : boolean)
function get_FullErase();
function set_FullErase(value);
Property Value
Type:
BooleanSee Also