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 2000, Windows XP, Windows Server family
Assembly: FChoice.Common (in C:\dovetail\dovetail-sdk\build\Release\FChoice.Common.dll)
Reference
ConfigValues Members FChoice.Common Namespace FChoice.Common.ConfigValues
Requirements
Namespace: FChoice.Common
Platforms: Windows 2000, Windows XP, Windows Server family
Assembly: FChoice.Common (in C:\dovetail\dovetail-sdk\build\Release\FChoice.Common.dll)