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