M_GSF_Configuration_ConfigurationFile_SaveAs - ritchiecarroll/gsf GitHub Wiki
Writes the configuration settings contained within this ConfigurationFile object to the specified configuration file.
Namespace: GSF.Configuration
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.2.58-beta
C#
public void SaveAs(
<a href="http://msdn2.microsoft.com/en-us/library/s1wwdcbf" target="_blank">string</a> fileName
)
VB
Public Sub SaveAs (
fileName As <a href="http://msdn2.microsoft.com/en-us/library/s1wwdcbf" target="_blank">String</a>
)
C++
public:
void SaveAs(
<a href="http://msdn2.microsoft.com/en-us/library/s1wwdcbf" target="_blank">String</a>^ fileName
)
F#
member SaveAs :
fileName : <a href="http://msdn2.microsoft.com/en-us/library/s1wwdcbf" target="_blank">string</a> -> unit
JavaScript
function SaveAs(fileName);
- fileName
- Type: System.String
The path and file name to save the configuration file to.