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