OPC Labs EasyOPC-UA Library
UAConfigurationSources Enumeration
OpcLabs_EasyOpcUA ActiveX DLL : UAConfigurationSources Enumeration
Description
Determines the sources of the UA configuration.

 

UUID: 909f082e-9c82-449e-83ce-7dd2223fb982

 

For more information, see UAConfigurationSources in .NET Reference.

Members
MemberValueDescription
UAConfigurationSources_AppConfig4The UA configuration is loaded from the configuration file of the executing application.
UAConfigurationSources_Empty1The UA configuration is created with default values only.
UAConfigurationSources_Internal2The UA configuration is provided internally by the component.
UAConfigurationSources_None0No source for the UA configuration.
Remarks

For remarks, see UAConfigurationSources in .NET Reference.

Example

For examples, see UAConfigurationSources in .NET Reference.