Opc.Ua.Core
GetFilePathFromAppConfig Method



Opc.Ua Namespace > ApplicationConfiguration Class : GetFilePathFromAppConfig Method
Name of configuration section for the current application's default configuration containing ConfigurationLocation.
Reads the file path from the application configuration file.
Syntax
'Declaration
 
Public Shared Function GetFilePathFromAppConfig( _
   ByVal sectionName As String _
) As String
'Usage
 
Dim sectionName As String
Dim value As String
 
value = ApplicationConfiguration.GetFilePathFromAppConfig(sectionName)
public static string GetFilePathFromAppConfig( 
   string sectionName
)
public:
static String^ GetFilePathFromAppConfig( 
   String^ sectionName
) 

Parameters

sectionName
Name of configuration section for the current application's default configuration containing ConfigurationLocation.

Return Value

File path from the application configuration file.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ApplicationConfiguration Class
ApplicationConfiguration Members