ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTAudio Class / FileName Property




In This Topic
    FileName Property (ImGearARTAudio)
    In This Topic
    Gets or sets the sound file name.
    Syntax
    'Declaration
     
    Public Property FileName As String
    'Usage
     
    Dim instance As ImGearARTAudio
    Dim value As String
     
    instance.FileName = value
     
    value = instance.FileName
    public string FileName {get; set;}
    public: __property string* get_FileName();
    public: __property void set_FileName( 
       string* value
    );
    public:
    property String^ FileName {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    String value.
    Remarks
    The sound specified by this parameter must fit into available physical memory and be playable by an installed waveform-audio device driver.
    See Also