EasyUA Reference
SaveToFile Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ApplicationConfiguration Class : SaveToFile Method

filePath
The file path.

Glossary Item Box

Saves the configuration file.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ApplicationConfiguration
Dim filePath As String
 
instance.SaveToFile(filePath)
C# 
public void SaveToFile( 
   string filePath
)

Parameters

filePath
The file path.

Remarks

Calls GetType() on the current instance and passes that to the DataContractSerializer.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.