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 * pVal
);
public: HRESULT put_ExternalNoiseFile(
BSTR val
);
|
[Java] |
---|
public String getExternalNoiseFile();
public void setExternalNoiseFile(
String
);
|
See Also