|
ConfigurationFileSaveAs Method
|
Writes the configuration settings contained within this
ConfigurationFile object to the specified configuration file.
Namespace: GSF.ConfigurationAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
Syntaxpublic void SaveAs(
string fileName
)
Public Sub SaveAs (
fileName As String
)
public:
void SaveAs(
String^ fileName
)
member SaveAs :
fileName : string -> unit function SaveAs(fileName);
View SourceParameters
- fileName String
- The path and file name to save the configuration file to.
See Also