IRawCDImageCreatorStartOfLeadoutLimit Property |
Namespace:
IMAPI2.axlib
Assembly:
CSDVDCDBurner (in CSDVDCDBurner.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax int StartOfLeadoutLimit { get; set; }
Property StartOfLeadoutLimit As Integer
Get
Set
Dim instance As IRawCDImageCreator
Dim value As Integer
value = instance.StartOfLeadoutLimit
instance.StartOfLeadoutLimit = value
abstract StartOfLeadoutLimit : int with get, set
/** @property */
int get_StartOfLeadoutLimit()
/** @property */
void set_StartOfLeadoutLimit(int value)
function get StartOfLeadoutLimit () : int
function set StartOfLeadoutLimit (value : int)
function get_StartOfLeadoutLimit();
function set_StartOfLeadoutLimit(value);
Property Value
Type:
Int32See Also