AudioConverterDestinatioFile Property |
The destination file.
Namespace:
CSAudioConverter
Assembly:
CSAudioConverter (in CSAudioConverter.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public string DestinatioFile { get; set; }
Public Property DestinatioFile As String
Get
Set
Dim instance As AudioConverter
Dim value As String
value = instance.DestinatioFile
instance.DestinatioFile = value
member DestinatioFile : string with get, set
/** @property */
public String get_DestinatioFile()
/** @property */
public void set_DestinatioFile(String value)
function get DestinatioFile () : String
function set DestinatioFile (value : String)
function get_DestinatioFile();
function set_DestinatioFile(value);
Property Value
Type:
StringSee Also