IWriteEngine2StartingSectorsPerSecond Property |
Namespace:
IMAPI2.axlib
Assembly:
CSDVDCDBurner (in CSDVDCDBurner.dll) Version: 1.0.1.0 (1.0.1.0)
Syntaxint StartingSectorsPerSecond { get; set; }
Property StartingSectorsPerSecond As Integer
Get
Set
Dim instance As IWriteEngine2
Dim value As Integer
value = instance.StartingSectorsPerSecond
instance.StartingSectorsPerSecond = value
abstract StartingSectorsPerSecond : int with get, set
/** @property */
int get_StartingSectorsPerSecond()
/** @property */
void set_StartingSectorsPerSecond(int value)
function get StartingSectorsPerSecond () : int
function set StartingSectorsPerSecond (value : int)
function get_StartingSectorsPerSecond();
function set_StartingSectorsPerSecond(value);
Property Value
Type:
Int32
See Also