The file name.
Namespace:
Options.Core
Assembly:
CSAudioConverter (in CSAudioConverter.dll) Version: 1.0.1.0 (1.0.1.0)
Syntaxpublic string File { get; set; }
Public Property File As String
Get
Set
Dim instance As SourceFile
Dim value As String
value = instance.File
instance.File = value
member File : string with get, set
/** @property */
public String get_File()
/** @property */
public void set_File(String value)
function get File () : String
function set File (value : String)
function get_File();
function set_File(value);
Property Value
Type:
String
See Also