IMultisessionInUse Property |
Namespace:
IMAPI2.axlib
Assembly:
CSDVDCDBurner (in CSDVDCDBurner.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax Property InUse As Boolean
Get
Set
Dim instance As IMultisession
Dim value As Boolean
value = instance.InUse
instance.InUse = value
abstract InUse : bool with get, set
/** @property */
boolean get_InUse()
/** @property */
void set_InUse(boolean value)
function get InUse () : boolean
function set InUse (value : boolean)
function get_InUse();
function set_InUse(value);
Property Value
Type:
BooleanSee Also