Gets or sets the external noise file path.
Read-write property
[Visual Basic .NET] |
---|
Public Property ExternalNoiseFile() As String |
[C#] |
---|
public string ExternalNoiseFile {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_ExternalNoiseFile(); |
[Unmanaged C++] |
---|
public: HRESULT get_ExternalNoiseFile( BSTR * pVal ); public: HRESULT put_ExternalNoiseFile( BSTR val ); |
[Java] |
---|
public String getExternalNoiseFile(); public void setExternalNoiseFile( String ); |