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