Show / Hide Table of Contents

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)

Reference

ConfigValues Members FChoice.Common Namespace

Back to top © 2022 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.