FCFL.NET Common Library - API Reference
ConfigValues Class
Members  Example 

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_STIRNG ];
Dim connStr As String = FCConfiguration.Current( ConfigValues.CONNECT_STIRNG )
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)

See Also

Reference

ConfigValues Members
FChoice.Common Namespace

 

 


© 2010 Dovetail Software, Inc. - All rights reserved.
- Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
- .NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.

Send comments on this topic.