IBootOptionsManufacturer Property |
Namespace:
IMAPI2.axlib
Assembly:
CSDVDCDBurner (in CSDVDCDBurner.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax string Manufacturer { get; set; }
Property Manufacturer As String
Get
Set
Dim instance As IBootOptions
Dim value As String
value = instance.Manufacturer
instance.Manufacturer = value
abstract Manufacturer : string with get, set
/** @property */
String get_Manufacturer()
/** @property */
void set_Manufacturer(String value)
function get Manufacturer () : String
function set Manufacturer (value : String)
function get_Manufacturer();
function set_Manufacturer(value);
Property Value
Type:
StringSee Also