Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Configuration Namespace / ApplicationSettings Class / Item Property
The key to read or write.
Version
Item Property (ApplicationSettings)
Gets or sets the value at the given key.
Syntax
public string this[ 
   string key
]; {get; set;}

Parameters

key
The key to read or write.

Property Value

The value at the given key.
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