QuickOPC User's Guide and Reference
ExportRegisteredApplication Method (IEasyUAClientApplication)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Application Namespace > IEasyUAClientApplication Interface : ExportRegisteredApplication Method
The name of the file into which the data will be exported.
Exports the registration data of the OPC UA application into an XML file.
Syntax
'Declaration
 
Sub ExportRegisteredApplication( _
   ByVal filePath As String _
) 
'Usage
 
Dim instance As IEasyUAClientApplication
Dim filePath As String
 
instance.ExportRegisteredApplication(filePath)
void ExportRegisteredApplication( 
   string filePath
)
void ExportRegisteredApplication( 
   String^ filePath
) 

Parameters

filePath
The name of the file into which the data will be exported.
Remarks

If the specified file does not exist, it is created; if it does exist and it is not read-only, the contents are overwritten.

This method exports the security settings in the format used by the GDS client from OPC Foundation (Windows desktop sample). It uses the RegisteredApplication schema (which is not part of the OPC UA standard).

Requirements

Target Platforms: .NET Framework: Windows 7 with SP1, Windows Server 2012; .NET Core: Linux, Microsoft Windows

See Also

Reference

IEasyUAClientApplication Interface
IEasyUAClientApplication Members