ConfigValues Class
ConfigValues Class
ConfigValues is a collection of string constants used for strongly-typing the keys used to access the common configuration items in the FCConfiguration collection.
Syntax
'Declaration
Public MustInherit NotInheritable Class ConfigValues
public static class ConfigValues
Remarks
ConfigValues is used similar to .NET enumeration type.
Example
string connStr = FCConfiguration.Current[ConfigValues.CONNECT_STRING];
Dim connStr As String = FCConfiguration.Current(ConfigValues.CONNECT_STRING)
Inheritance Hierarchy
System.Object
FChoice.Common.ConfigValues
Requirements
Namespace: FChoice.Common
Platforms: Windows XP, Windows Server 2003 and 2008 family
Assembly: FChoice.Common (in C:\dovetail\dovetail-sdk\build\Release\FChoice.Common.dll)