SessionSettingsSave Method |
Saves the settings to the specified file.
Namespace: Flex.Hal.SettingsAssembly: Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 6.0.8219.1880
Syntax public bool Save(
string filename,
out string error
)
Public Function Save (
filename As String,
<OutAttribute> ByRef error As String
) As Boolean
Parameters
- filename String
- The file name to save to.
- error String
- Contains the error message if it fails to save the file.
Return Value
BooleanA boolean value indicating whether the file is successfully saved.
See Also