DiscFormat2Erase_SinkHelperCookie Property |
Namespace:
IMAPI2.axlib
Assembly:
CSDVDCDBurner (in CSDVDCDBurner.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public int Cookie { get; set; }
Public Property Cookie As Integer
Get
Set
Dim instance As DiscFormat2Erase_SinkHelper
Dim value As Integer
value = instance.Cookie
instance.Cookie = value
member Cookie : int with get, set
/** @property */
public int get_Cookie()
/** @property */
public void set_Cookie(int value)
function get Cookie () : int
function set Cookie (value : int)
function get_Cookie();
function set_Cookie(value);
Property Value
Type:
Int32See Also